- For Windows https://babun.github.io/
- For OS X/Linux make sure you can open the Terminal
https://github.com/veltman/clmystery
http://slides.com/lizh/intro-to-node-js#/
- write javascript to say “hello world”, then run it with node
- create a file and write something to it
- read something from a file
https://www.npmjs.com/package/learnyounode
Objectives:
- Build a simple Express App
- Use Node Packagae Manager (npm) to install node modules
- Use npm to start a server
- Use Express Generator to create a basic REST APP
- Understand the structure of an Express App
- Create HTTP requests from the command line