To run our app, we'll need to start the server and run the frontend:
- In one terminal,
cd
intofinal-project/server
and runnpm install
. When the packages are finished installing, runnode index.js
. - Open another terminal and in
final-project/client
, runnpm install
. When the packages are finished installing, runnpm run start
. Openlocalhost:3000
in your browser and the app should be running!
The video below demonstrates how you can use our project.