Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 964 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 964 Bytes

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