Boilerplate code for Express 4.0 projects.
Uses Grunt for live-reloading and Bower to manage client-side javascript files
Make sure node in installed. If it isn't, click this
Install grunt and bower globally:
$ sudo npm install -g grunt-cli
$ sudo npm install -g bower
Download or clone the repo and run the following from terminal from the downloaded repo
$ npm install
$ grunt