An Mobile web seed project
- grunt-angular-phonegap
- bootstrap & font-awesome
- html5 compatibility libraries
- ui-router
- angular-touch
- ngCordova
- phonegap base project
-
관련 Library 설치
npm install -g phonegap cordova generator-angular -
Clone this project
git clone https://github.com/unamedkr/mobile.seed.git && cd mobile.seed/ -
Install npm modules
npm install -
Install bower dependencies
bower install -
Add a mobile platform
cordova platform add android -
Build the project
grunt phonegap:build -
Start an emulator
grunt phonegap:emulate -
Run on Device
cordova run android
- grunt-angular-phonegap : https://github.com/dsimard/grunt-angular-phonegap
- ngCordova : http://ngcordova.com/docs/
- Mobile Angular UI : http://mobileangularui.com/