This app is an example hybrid app testing out many different things such as animations and google maps.
All libraries used can be found in the bower.json file.
-
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