- Building a mobile app (both Android and iOS) with Angular.js and Cordova
- Getting started guide from Ionic: http://ionicframework.com/getting-started/
$ npm install -g cordova ionic
$ ionic start myApp [blank/tabs/sidemenu]
$ cd myApp
# for web page
$ ionic serve
# building a mobile app and emulate
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
# another way to build a mobile app and emulate
# ionic run