PHP code example of julien-lin / react-bundle-symfony
1. Go to this page and download the library: Download julien-lin/react-bundle-symfony library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
julien-lin / react-bundle-symfony example snippets
bash
# Development (with HMR)
php bin/console react:build --dev
# Production
php bin/console react:build --prod
bash
php bin/console react:build --dev
bash
php bin/console react:build
bash
php bin/console react:build