App example: Task List Using Localstorage.
Link Google Play App
$ npm install -g cordova ionic
$ npm update -g cordova ionic # update to the latest version
$ git clone https://github.com/marcocianci/ionic1-task-list
$ npm install
$ ionic serve # http://localhost:8100/
$ ionic platform add android # Add support for the Android platform:
$ ionic build android
$ ionic run android --device # run to device (USB)
MIT © Marco Cianci