Skip to content

Instantly share code, notes, and snippets.

@dallasbpeters
Last active August 29, 2015 14:03
Show Gist options
  • Save dallasbpeters/efd03c94c4ce9f2f73fe to your computer and use it in GitHub Desktop.
Save dallasbpeters/efd03c94c4ce9f2f73fe to your computer and use it in GitHub Desktop.
Ionic Startup and Commands
## To install Cordova, make sure you have Node.js installed, then run
$ sudo npm install -g cordova
## Install ionic
$ sudo npm install -g ionic
## Start a project
$ ionic start todo blank
$ cd todo
## Config Platforms
$ ionic platform ios
$ ionic platform android
// Android (needs GenyMotion)
$ ionic run
## Run it
$ ionic build ios
$ ionic emulate iOS
## Start the Server with live reload
$ ionic serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment