-
Install Node Globally Download package and install from http://nodejs.org/
-
Install grunt-cli Globally Note: this may require sudo
$ npm install -g grunt-cli
- Install cordova-cli Globally
$ npm install -g cordova
- Install dev dependencies for our tasks to work
$ npm install
- Install bowerjs for js libs
$ bower install
$ grunt dev
$ grunt build