A simple project demoing the Ionic Framework. Uses Auth0 for login and pulls in the top 20 posts from the Instagram API.
If you haven't already, install Ionic, Cordova and Bower:
$ npm install -g ionic cordova bowerInstall library dependencies:
$ npm install$ bower installTo launch the app in your browser:
$ ionic serveTo emulate the app on iOS:
$ ionic emulate iosTo emulate the app on Android:
$ ionic emulate android