Hybrid app for Umbraco CodeGarden 2014 conference
See it action at http://codegarden14.projects.growcreate.co.uk/app/demo/index.html
I presented this app in CodeGarden 2014 conference. You can see the slide deck here:
http://www.slideshare.net/TheoParaskevopoulos/mobile-apps-with-umbraco-and-phonegap
Make sure Node JS is installed
Install Cordova and Ionic
npm install -g cordova
npm install -g ionic
Navigate to your folder
cd [your folder location]
Install a blank Ionic app
ionic start cg14
Add platforms
ionic platform add ios
ionic platform add android
Remember you need the relevant SDKs installed for this to work
Replace the contents of the www folder with the contents of the repo
Build and run the app
ionic build ios
ionic emulate ios
ionic build android
ionic emulate android