Instructions on how to run Our-Meal
Install Node at the recommended version.
Open up 2 simultaneous terminal windows
-
Instructions for terminal window 1
cd our-meal #cd into the cloned repository
cd frontend
npm update
-
Instructions for terminal window 2
cd our-meal #cd into the cloned repository
cd backend
npm update
-
After npm update completes in both terminal windows, do the following simultaneously
In terminal window 1
npm start
In terminal window 2
node app.js
App should run on localhost:3000