Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 728 Bytes

README.md

File metadata and controls

56 lines (36 loc) · 728 Bytes

Phoneplate

An AngularJS and Phonegap boilerplate

Getting Started

Installing Phonegap

npm install -g phonegap

Installing Toolchain Dependencies

npm install

Installing Platform Tools

iOS

You must have xCode >= 4.5 installed.

npm install -g ios-sim

Development

Running the Tests

grunt test

Building the App

grunt build

Running the App

In the Browser

grunt run:browser

Navigate to http://localhost:8080/ and enable Ripple Emulator

In the iOS Emulator

grunt run:ios