Skip to content

Instantly share code, notes, and snippets.

@nicovanzyl
Last active October 16, 2015 13:06
Show Gist options
  • Save nicovanzyl/5ad09a743132bbc9c4d9 to your computer and use it in GitHub Desktop.
Save nicovanzyl/5ad09a743132bbc9c4d9 to your computer and use it in GitHub Desktop.
Frequently used ionic commands
# Create local server to run app in the browser with live reload
ionic serve
# Create local server to run app in the browser with android and ios styles side by side
ionic serve --lab
# Run app on device emulator
ionic run android
# Run app on device emulator with live reload features
ionic run android -cls
# Run app on real device
ionic run android
# Run app on real device with live reload features
ionic run android -cls
# Create a project from a custom template
ionic start <name-of-project> <github-url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment