-
Clone down this repo
-
Get into the repo by running
cd movieReviewerMicro
in your terminal -
Then install the library dependencies. Run:
npm i express --save
-
Run in your terminal:
node server.js
-
You should see
App is now listening on port 3001!
in your terminal. -
Return the movieReviewer repository and continue on with the directions.