A starter kit built using nodejs/expressjs that with a number of preconfigured grunt tasks and scripts to make your life easier.
Global dependencies
sudo npm install -g grunt-cli
sudo npm install -g node-inspectorLocal dependencies
npm installStart your server using nodemon
npm run startStart your server in debug mode with node inspector
npm run debugCreate a pre-commit git hook that runs jshint before every commit
grunt githooksCompile your scss files in public/scss to public/stylesheets
npm run build-cssOpen localhost:3000/home in the browser.