This is a demo showing how you might integrate Drupal 8 and the Ionic Framework to build a very simple mobile app.
Presentation slides can be found here: http://nyccamp.org/session/building-mobile-apps-using-ionic-and-apache-cordova
This is the front end of the application. It uses the Ionic Framework, which brings in turn leverages Apache Cordova and AngularJS.
To get started with this application, clone the project down. Make sure you have Ionic installed on your local machine. Then run one of the following commands:
ionic serve # Opens a browser to the application and live-reloads as you work.
ionic emulate # Opens an emulator for iOS/Android depending on your project settings.