Skip to content

CloudBoost/cloudboost-starter-ionic

 
 

Repository files navigation

Cloudboost Starter Ionic

A CloudBoost Ionic Starter app (Boilerplate/Template)

This is a Ionic v1 Example using AngularJS v1.

Setup

  1. Please create a CloudBoost account first. Then create a CloudBoost application, here is how: https://tutorials.cloudboost.io/en/gettingstarted/yourfirstapp
  2. Setup Ionic if you haven't done so already: http://ionicframework.com/docs/guide/installation.html
  3. Clone this app:
git clone https://github.com/blacksector/cloudboost-starter-ionic.git
cd cloudboost-starter-ionic
  1. Please replace the CloudBoost keys in your www/js/app.js with your own keys:
CB.CloudApp.init('APP ID HERE', 'CLIENT KEY HERE');
  1. Then run npm to install dependencies:
npm install
  1. Run the browser version
ionic serve

Deploying to device

If you want to deploy to Android or emulator:

ionic platform add android
ionic run

If you want to deploy to iOS:

ionic platform add ios
ionic run

Contributing

Create a pull request, if we think it is necessary and important, we will merge it!

License?

It is MIT, use it all you want no need to give back :)

About

A CloudBoost Ionic Starter app (Boilerplate/Template)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • CSS 12.0%
  • HTML 0.1%