To run the project, do the following:
- Open two terminal windows.
- In one window, navigate to the
backend
folder. - Run
composer install
. - When the installer is finished, run
php bin/console server:run
. - In your other window, navigate to the
frontend
folder. - Run
npm install
. 6.1. If you don't already havereact-scripts
installed, you'll need to run the followingnpm install -g create-react-app
to 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:8000
and the frontend should run atlocalhost:3000
. - Open your web browser and go to
localhost:3000
to test out the application.
If you encounter any problems running the program, just drop me an e-mail and I'll assist you.
Enjoy!