Created
November 16, 2015 06:30
-
-
Save flyakite/71bd1b2b2007d73b08f4 to your computer and use it in GitHub Desktop.
This file contains 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
## create myapp based on sidemenu project | |
$ ionic start myapp sidemenu | |
## go to myapp folder | |
$ cd myapp | |
## list files | |
$ ls # on mac | |
$ dir # on windows | |
## open folder, take a look at the folder structure | |
$ open . # on mac | |
$ explorer . # on windows | |
## start running my app | |
## run this command in myapp folder | |
$ ionic serve | |
## and choose 'localhost' | |
## Then, navigate your browser to http://localhost:8100 | |
## You may want to install Chrome https://www.google.com/chrome/browser/desktop/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment