docs(tutorial): remove index.html from app url

This commit is contained in:
Karl Yang
2014-07-23 13:52:05 +08:00
committed by Jeff Cross
parent 88765d581d
commit d0de0ce557

View File

@@ -31,7 +31,7 @@ npm install
To see the app running in a browser, open a *separate* terminal/command line tab or window, then
run `npm start` to start the web server. Now, open a browser window for the app and navigate to
<a href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a>
<a href="http://localhost:8000/app/" target="_blank">`http://localhost:8000/app/`</a>
You can now see the page in your browser. It's not very exciting, but that's OK.