Skip to content

Instantly share code, notes, and snippets.

@silversonicaxel
Last active March 21, 2018 10:59
Show Gist options
  • Select an option

  • Save silversonicaxel/5f4318daaf3f074155bed64570b5bfde to your computer and use it in GitHub Desktop.

Select an option

Save silversonicaxel/5f4318daaf3f074155bed64570b5bfde to your computer and use it in GitHub Desktop.
IONIC #ionic #angularjs
#check info of ionic versioning
$ ionic info
#automatic creation of a boilerplate for an application
#application => application name
#template => template name tabs | sidemenu | blank
$ ionic start [application] [template]
#creation of a web server to view the application
$ ionic serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment