This will be the front-end for bb-practicum-team-2-back.
It is suggested that you run these instructions after you setup the back-end server first. You can go through these steps during your first group meeting in-case you need assistance from your mentors.
You will have two folders inside one team folder (one for front-end and one for back-end).
The front-end app (React) will be running on port 3000. The back-end server will be running on port 8000. You will need to run both the front-end app and the back-end server at the same time to test your app.
- Clone this repository to the folder that was already created for both the front-end and back-end repos
- Run
npm install
to install dependencies - Pull the latest version of the
main
branch (when needed) - Run
npm start
to start the development server - Open http://localhost:3000 with your browser to see the data received the back-end server.
- Now you have your front-end and back-end running locally!