Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 390 Bytes

Cordova Starter App

A boilerplate for Cordova projects that are easier to maintain. More information can be found in this blog post.

Setup

  1. Run npm install
  2. Run grunt setup
  3. Run either grunt runIos or grunt runAndroid

runIos requires ios-sim 3.0 or greater be installed (npm install -g ios-sim)