Bad Movie Night

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