- Run 'npm install' in both the frontend directory and the api-server directory
- In the api-server directory, run 'node server.js' to start the server
- In the frontend directory, run 'npm start' to start the app
- View the app in your browser by going to http://localhost:3000/ (or whatever port number it gives you)