Setup:
- Install nodemon:
npm install -g nodemon
- Install dependencies:
npm install
(This installs all the dependencies in package.json)
To run this server:
nodemon server.js
- Visit http://localhost:5000/
To view the server in action:
- The week 3 repository (adding in express and handlebars) has its own repo.
- The sample code for creating an express+handlebars app is on github.
This is covered in Week 3.
Also covered in Week 3.
Also covered in Week 3.
The full code is on github.