Last active
March 21, 2018 10:59
-
-
Save silversonicaxel/5f4318daaf3f074155bed64570b5bfde to your computer and use it in GitHub Desktop.
IONIC #ionic #angularjs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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