Skip to content

Instantly share code, notes, and snippets.

@yihyang
Last active January 25, 2016 08:17
Show Gist options
  • Save yihyang/ff7119db1f6ca1e14dbf to your computer and use it in GitHub Desktop.
Save yihyang/ff7119db1f6ca1e14dbf to your computer and use it in GitHub Desktop.
ionic start <myapp> <tabs/sidemenu/blank> # Create a new app
ionic serve # Run on browser (default on ios)
ionic server --lab # Run on browser (ios & android side by side)
ionic platform add ios # Add ionic as platform
ionic build ios # Build the application for ios
ionic emulate ios # Emulate the application on ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment