- http://www.slideshare.net/MarketingNinja/building-web-apps-with-express
- http://javascriptplayground.com/blog/2012/04/node-js-a-todo-app-with-express
- Stuff we did on Thurs night
- Like installing node, npm, and express
npm install nodemon -g
- Then run with
nodemon server.js
- Then run with