See a working demo here (Better on mobile device)
- ionic framework
- AngularJS
- Restangular
- The API used is the contactbooster/ror one.
$> git clone http://github.com/beNjiox/contactbooster-backend-ionic
$> cd contactbooster-backend-ionic && cd www && bower update && npm install
just use run gulp dev
in the root directory, it will watch for coffees and scss updates.
In order to run the app in a browser, simply run python -m SimpleHTTPServer
in the www
directory
You need to setup plugins and platforms (iOS tested only, but should work the same way on Android)
$> cordova platform add ios
$> cordova plugin add org.apache.cordova.device
$> cordova plugin add com.ionic.keyboard
$> cordova plugin add org.apache.cordova.console
$> cordova build ios
$> cordova emulate ios
Contactbooster is a little web app to manage contact lists. My goal was to release the app using different testing,frontend and backend framework/librairies.
Clients available:
- ionic/AngularJS
- BackboneJS
- Ember incoming
Backend available: RoR (Laravel4, SailsJS incoming)