This is the sample app of the tutorial Ionic 2 - Developing A Real-World Mobile App available on CodingTheSmartWay.com.
Install the dependencies
$ npm install
To serve in the browser
$ ionic serve
$ cordova platform add android
$ cordova platform add ios
To run in avd
$ ionic run android
$ ionic run ios
To build APK file to output folder
$ ionic build android
Check out the online course: Ionic 2 - A Practical Guide