Famo.us/Angular seed project w/ Cordova
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