- Node.js
- NPM
- Grunt-cli
$ npm install -g grunt-cli - Bower
$ npm install -g bower - Node-inspector
$ npm install -g node-inspector
Once you have cloned the project locally, open a new terminal window and navigate to the project directory.
- Install the application dependencies
$ npm install - Install client-side dependencies
$ bower install - Start the server:
$ grunt serve.