Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 622 Bytes

readme.md

File metadata and controls

executable file
·
21 lines (13 loc) · 622 Bytes

Node Boilerplate Build Status

Setup

  1. You will need node
  2. npm install from the project root

Launching the server

  1. npm start

Compiling Sass

  1. Make sure you have compass installed: compass -v
    • If it is not installed on your machine: sudo gem install compass
  2. compass watch or compass build in the project directory (same directory as config.rb)

Testing

  1. npm install -g mocha
  2. mocha