Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 713 Bytes

simple-rest-ionic

simple-rest-ionic is an implementation of @simpulton's simple-rest-website using the Ionic framework for building native applications using AngularJS.

Getting Started

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.