Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 862e587

Browse files
yilinglucaitp
authored andcommitted
docs(tutorial): remove reference to old webserver script
script/web-server.js is not present anymore. This doc might be referencing a previous version of the code. Currently the only way to start the server seems to be using "npm start". Closes #6966
1 parent 6cd6ec6 commit 862e587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ angular-seed, and run the application in the browser.
2525
<ul>
2626
<li><b>For node.js users:</b>
2727
<ol>
28-
<li>In a <i>separate</i> terminal tab or window, run <code>node ./scripts/web-server.js</code> to start the web server.</li>
28+
<li>In a <i>separate</i> terminal tab or window, run <code>npm start</code> to start the web server.</li>
2929
<li>Open a browser window for the app and navigate to <a
3030
href="http://localhost:8000/app/index.html" target="_blank">`http://localhost:8000/app/index.html`</a></li>
3131
</ol>

0 commit comments

Comments
 (0)