Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/famous-angular-cordova-seed
Boilerplate for Famo.us/Angular apps wrapped with Cordova
https://github.com/fouad/famous-angular-cordova-seed
Last synced: 2 months ago
JSON representation
Boilerplate for Famo.us/Angular apps wrapped with Cordova
- Host: GitHub
- URL: https://github.com/fouad/famous-angular-cordova-seed
- Owner: fouad
- Created: 2014-11-07T19:52:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T19:19:46.000Z (over 10 years ago)
- Last Synced: 2024-04-10T23:52:19.838Z (10 months ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 13
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
famous-angular-cordova-seed
=====[Famo.us/Angular](http://famo.us/angular) seed project w/ Cordova
#### commands
`npm install` - install dependencies (there's a postinstall script for bower)
`gulp setup` - setup platform (by default ios; modify gulpfile.js for others)
`gulp build` - build full app (w/ index.html) to www/
`gulp serve` - debug server
`cordova run [ios | android]` - deploy to phone/emulator