Skip to content

Instantly share code, notes, and snippets.

@flyakite
Created November 16, 2015 06:30
Show Gist options
  • Save flyakite/71bd1b2b2007d73b08f4 to your computer and use it in GitHub Desktop.
Save flyakite/71bd1b2b2007d73b08f4 to your computer and use it in GitHub Desktop.
## 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