Skip to content

Instantly share code, notes, and snippets.

@heardk
Created May 5, 2017 20:29
Show Gist options
  • Save heardk/159a15887a977d7401c39f6fe19d3313 to your computer and use it in GitHub Desktop.
Save heardk/159a15887a977d7401c39f6fe19d3313 to your computer and use it in GitHub Desktop.
Ionic Framework (Angular + Cordova)

Ionic Framework (Angular + Cordova)

Ionic Framework Getting Started http://ionicframework.com/getting-started/

Ionic Starter Templates (and other plugins) https://market.ionic.io/starters

Ionic CodePen Examples http://codepen.io/ionic/pens/public/

Ionic CDN http://code.ionicframework.com/#

Cordova - Android Platform Guide http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html

Cordova - iOS Platform Guide http://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html

Get Ionic Templates in Visual Studio https://taco.visualstudio.com/en-us/docs/tutorial-ionic/#getTemplates

Basic Commands

$ ionic serve

$ ionic start myApp tabs

$ cd myApp
$ ionic platform add ios
$ ionic build ios
$ ionic emulate ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment