flm / symfony-webpack-react
The "Symfony Webpack React Edition" distribution
Installs: 198
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 7
Forks: 8
Open Issues: 3
Type:project
Requires
- php: >=5.5.9
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/doctrine-migrations-bundle: ^1.0
- doctrine/orm: ^2.5
- friendsofsymfony/oauth-server-bundle: ^1.5
- friendsofsymfony/rest-bundle: ^1.7
- friendsofsymfony/user-bundle: ^2.0@beta
- incenteev/composer-parameter-handler: ^2.0
- jms/di-extra-bundle: ~1.7
- jms/serializer-bundle: ^1.1
- nelmio/api-doc-bundle: ^2.12
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^2.8
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.1.*
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
README
Project boilerplate for a Symfony Standard application using React on the frontend.
What's inside?
- Everything included in Symfony Standard Edition 3.x
- JMSDiExtraBundle
- Webpack 2 with Babel 6
- React with component hot loading
- Redux
Installation
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/
Production build
npm run-script build