@@ -24,18 +24,15 @@ angular-seed, and run the application in the browser.
24
24
<ul>
25
25
<li><b>For node.js users:</b>
26
26
<ol>
27
- <li>In a <i>separate</i> terminal tab or window, run
28
- <code>node ./scripts/web-server.js</code> to start the web server.</li>
29
- <li>Open a browser window for the app and navigate to <a
27
+ <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>Open a browser window for the app and navigate to <a
30
29
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
31
30
</ol>
32
31
</li>
33
32
<li><b>For other http servers:</b>
34
33
<ol>
35
- <li>Configure the server to serve the files in the <code>angular-phonecat</code>
36
- directory.</li>
37
- <li>Navigate in your browser to
38
- <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
34
+ <li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li>
35
+ <li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
39
36
</ol>
40
37
</li>
41
38
</ul>
@@ -56,18 +53,14 @@ directory.</li>
56
53
<ul>
57
54
<li><b>For node.js users:</b>
58
55
<ol>
59
- <li>In a <i>separate</i> terminal tab or window, run <code>node
60
- scripts\web-server.js</code> to start the web server.</li>
61
- <li>Open a browser window for the app and navigate to <a
62
- href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
56
+ <li>In a <i>separate</i> terminal tab or window, run <code>node scripts\web-server.js</code> to start the web server.</li>
57
+ <li>Open a browser window for the app and navigate to <a href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
63
58
</ol>
64
59
</li>
65
60
<li><b>For other http servers:</b>
66
61
<ol>
67
- <li>Configure the server to serve the files in the <code>angular-phonecat</code>
68
- directory.</li>
69
- <li>Navigate in your browser to
70
- <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
62
+ <li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li>
63
+ <li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
71
64
</ol>
72
65
</li>
73
66
</ul>
0 commit comments