Project boilerplate for a Symfony Standard application using React on the frontend.
- Everything included in Symfony Standard Edition 3.x
- JMSDiExtraBundle
- Webpack 2 with Babel 6
- React with component hot loading
- Redux
composer create-project flm/symfony-webpack-react myproject
cd myproject
npm install
npm start
- Configure your web server of choice to point at
myproject/web
- Browse
/app_dev.php/
npm run-script build