cmoody / TipCalculator

Backbone Cordova App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Backbone Cordova App


Languages

Language:Objective-C 56.3%Language:JavaScript 14.2%Language:Java 11.6%Language:CSS 6.6%Language:Shell 4.5%Language:C# 3.7%Language:C++ 2.9%Language:AppleScript 0.2%Language:C 0.2%