Skip to content

Instantly share code, notes, and snippets.

@jtechera
Last active February 8, 2017 19:57
Show Gist options
  • Save jtechera/cbf13de16ff37fb6ad84490c2df19623 to your computer and use it in GitHub Desktop.
Save jtechera/cbf13de16ff37fb6ad84490c2df19623 to your computer and use it in GitHub Desktop.
Ionic commands and tools
INSTALL:
npm install -g cordova ionic
UNINSTALL:
npm uninstall -g ionic npm cache clean
START PROJECT:
ionic start --v2 myApp blank|tabs|sidemenu|tutorial
RUN IN LAB MODE
ionic serve --lab
RESTORE PROJECT
npm install
ionic state restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment