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

https://github.com/narze/cordova-backbone-boilerplate

Cordova (formerly PhoneGap) with backbone-boilerplate
https://github.com/narze/cordova-backbone-boilerplate

Last synced: about 2 months ago
JSON representation

Cordova (formerly PhoneGap) with backbone-boilerplate

Awesome Lists containing this project

README

          

cordova-backbone-boilerplate
============================

Cordova (formerly PhoneGap) with backbone-boilerplate
Now supports iOS only, if you did it for other platforms feel free to pull request.

Instructions (iOS)
------------

1. Download [Cordova](http://phonegap.com/download), or fork [this one](https://github.com/phonegap/phonegap)
2. Browse lib/ios, mount Cordova-x.x.x.dmg, then install its .pkg
3. Your CordovaLib should be ready now, open the .xcodeproj and test run with iOS simulator (note: CordovaBB not CordovaLib)
4. Start hacking in www/cordovabb

Run on your browser
-------------------

This project includes [backbone-boilerplate](https://github.com/backbone-boilerplate/grunt-bbb), you can run the web app for testing in your localhost using `bbb server` command (requires bbb `npm install -g bbb`)

Projects
--------

- [Cordova](https://github.com/phonegap/phonegap)
- [grunt-bbb](https://github.com/backbone-boilerplate/grunt-bbb)