Basic API/Express Example (a tutorial for a friend)
Steps to install:
- Install Node & NPM
- Download this source code (or install git and clone this repo).
- Install Coffeescript (npm install -g coffee-script)
- In this code directory, run npm install
- coffee index.coffee
- Visit localhost:3000