mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
starters readme
This commit is contained in:
13
examples/starters/tabs/README.md
Normal file
13
examples/starters/tabs/README.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Ionic Starters
|
||||
|
||||
Ionic starters are simple apps to showcase a handful of features. In order to view these apps they must be ran from an HTTP Server, such as your localhost.
|
||||
Additionally, the root of your localhost must be ran from the root of this project (mainly because the starter app's external references are to this project's `dist` folder.
|
||||
|
||||
Simple way to view the examples with python:
|
||||
|
||||
python -m SimpleHTTPServer
|
||||
|
||||
With the local server run navigate to:
|
||||
|
||||
http://localhost:8000/examples/starters/
|
||||
|
||||
Reference in New Issue
Block a user