To run the project, do the following:
- Open two terminal windows.
- In one window, navigate to the
backendfolder. - Run
composer install. - When the installer is finished, run
php bin/console server:run. - In your other window, navigate to the
frontendfolder. - Run
npm install. 6.1. If you don't already havereact-scriptsinstalled, you'll need to run the followingnpm install -g create-react-appto install it. Without this package you'll not be able to proceed to step 7. - When the install is complete, run
npm start. - The backend should run on
localhost:8000and the frontend should run atlocalhost:3000. - Open your web browser and go to
localhost:3000to test out the application.
If you encounter any problems running the program, just drop me an e-mail and I'll assist you.
Enjoy!