/node-express-coffeescript

Node.js template /w Express, Connect & Jade written in CoffeeScript.

Primary LanguageCoffeeScript

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