/TipCalculator

Backbone Cordova App

Primary LanguageObjective-C

Tip Calculator

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.

Getting Started

Install Dependencies

  1. Install Node Globally Download package and install from http://nodejs.org/

  2. Install grunt-cli Globally Note: this may require sudo

$ npm install -g grunt-cli
  1. Install cordova-cli Globally
$ npm install -g cordova
  1. Install dev dependencies for our tasks to work
$ npm install
  1. Install bowerjs for js libs
$ bower install

Run Development

$ grunt dev

Run Task to compile for testing in xcode

$ grunt build