simple-rest-ionic is an implementation of @simpulton's simple-rest-website using the Ionic framework for building native applications using AngularJS.
Run NPM and Bower to make sure all dependencies are downloaded:
$ npm install
$ bower install
Ensure you have ionic installed:
$ npm install -g cordova ionic
Run in the web browser:
$ ionic serve
Run in an iOS simulator:
$ ionic build ios
$ ionic emulate ios
Ionic's Getting Started pages provide more help getting-started.