To install project, follow these steps :
Basic Symfony/Mysql project setup steps
- Dump frontend routes
symfony console fos:js-routing:dump --format=json --target=public/js/fos_js_routes.json
- Start PHP and Webpack servers
symfony serve -d && yarn dev-server
- Browse the website https://localhost:8000