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
- Host: GitHub
- URL: https://github.com/narze/cordova-backbone-boilerplate
- Owner: narze
- Created: 2012-08-22T06:40:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-22T09:13:46.000Z (almost 14 years ago)
- Last Synced: 2025-02-21T11:29:09.297Z (over 1 year ago)
- Language: JavaScript
- Size: 9.17 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)