To run our app, we'll need to start the server and run the frontend:
- In one terminal,
cdintofinal-project/serverand 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:3000in your browser and the app should be running!
The video below demonstrates how you can use our project.