An open API service indexing awesome lists of open source software.

https://github.com/rareloop/cordova-starter-app

A more maintainable Cordova boilerplate
https://github.com/rareloop/cordova-starter-app

Last synced: 12 months ago
JSON representation

A more maintainable Cordova boilerplate

Awesome Lists containing this project

README

          

# Cordova Starter App

A boilerplate for Cordova projects that are easier to maintain. More information can be found in this [blog post](http://joelambert.co.uk/articles/maintainable-cordova-boilerplate).

## 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)*