A CloudBoost Ionic Starter app (Boilerplate/Template)
This is a Ionic v1 Example using AngularJS v1.
- Please create a CloudBoost account first. Then create a CloudBoost application, here is how: https://tutorials.cloudboost.io/en/gettingstarted/yourfirstapp
- Setup Ionic if you haven't done so already: http://ionicframework.com/docs/guide/installation.html
- Clone this app:
git clone https://github.com/blacksector/cloudboost-starter-ionic.git
cd cloudboost-starter-ionic- Please replace the CloudBoost keys in your
www/js/app.jswith your own keys:
CB.CloudApp.init('APP ID HERE', 'CLIENT KEY HERE');- Then run npm to install dependencies:
npm install- Run the browser version
ionic serveIf you want to deploy to Android or emulator:
ionic platform add android
ionic runIf you want to deploy to iOS:
ionic platform add ios
ionic runCreate a pull request, if we think it is necessary and important, we will merge it!
It is MIT, use it all you want no need to give back :)