The goal in this project is to combine the strength of Symfony in the backend and the power of React in the frontend.
Clone the project
git clone https://github.com/Faez-B/my_react_symfony_project.git
Go to the project directory
cd my_react_symfony_project
Install dependencies
composer install
npm install
Start the servers
symfony serve -d
npm run dev-server