mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #240 from nurazem/master
Add more clarity to README and point to right path for starter examples
This commit is contained in:
@@ -26,6 +26,12 @@ you'll be good to go.
|
||||
|
||||
## Running examples
|
||||
|
||||
You will first have to install dependencies by running:
|
||||
|
||||
npm install
|
||||
|
||||
Make sure that you have [npm](https://github.com/isaacs/npm) already installed.
|
||||
|
||||
Ionic comes with many interesting examples showing the power of the framework. To
|
||||
check them out, navigate into the source folder, and start a web server. The easiest
|
||||
way is to use Python:
|
||||
@@ -34,7 +40,7 @@ way is to use Python:
|
||||
|
||||
node_modules/grunt-cli/bin/grunt watch
|
||||
|
||||
http://localhost:8000/example/
|
||||
http://localhost:8000/examples/starters/
|
||||
|
||||
http://localhost:8000/test/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user