Symfony UX React Demo

This demo was created based on the Symfony Demo application:

symfony new my_project_directory --demo

How to run the app?

1. Run Symfony App

composer install

symfony server:start

2. Run Webpack

yarn install

yarn watch

You can see React implemented here