From efa90e6ef67e06a1aea5d38d50f347fb23598876 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 2 Dec 2013 15:22:01 -0600 Subject: [PATCH] starters readme --- examples/starters/tabs/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/starters/tabs/README.md diff --git a/examples/starters/tabs/README.md b/examples/starters/tabs/README.md new file mode 100644 index 0000000000..f62d844cf5 --- /dev/null +++ b/examples/starters/tabs/README.md @@ -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/ +