Awesome
node-express-coffeescript
A simple Node template with Express, CoffeeScript, Jade and Connect.
Dependencies
This template can be used to create Node applications using;
Install
# Install Node and npm
npm install connect
npm install express
npm install coffee-script
npm install jade
git clone http://github.com/alfrednerstu/node-express-coffeescript.git [project-name]
cd [project-name]
coffee app.coffee
or
node app.js
Thanks to
- Tom Wilson for express-coffee the original behind this template and readme
- Jeremy Ashkenas for coffee-script
- TJ Holowaychuk for express, jade and connect
- Ryan Dahl for node