small JavaScript MVC library for building mobile hybrid apps based on Cordova and HTML5. Supports Android 4+ and iOS 7+ webviews runtimes.
Example app that was built upon this library:
iOS: https://itunes.apple.com/us/app/way-the-app/id1234098502
Android: https://play.google.com/store/apps/details?id=pl.airr.way
installed node.js and cordova
with your command shell go to downloaded or cloned repo directory and run in this order:
npm installnode airr.js [-d --debug]- this commands builds our final app structure placed insidewwwdirectorycordova platform add (android | ios)cordova prepare (android | ios)cordova run (android | ios)
all app resources that are latter merged by node airr.js command are stored inside source directory