Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 577 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 577 Bytes

Node.js + Express 3 + SASS + CoffeeScript + Jade/HAML.js

  • complile coffee
  • complile scss
  • uglify

ruby

  • ruby
  • gem
  • gem install guard
  • gem install scss

node

  • node
  • npm

install

  • git clone
  • cd ExpressOnSteroids
  • npm install

How to Start App

Start application watcher (1st terminal)

  • ./node_modules/coffee-script/bin/cake dev

Start application (2nd terminal)

  • node app.js

Put your CoffeeScript files to src folder. Coffee files will be compile and puts to folders of Express framework.