Skip to content

Commit a557ebc

Browse files
committed
Say how to modify port or ip served by npm start
A developer working on a remote server will want to change the IP address which npm start serves on. A developer working on a machine which is already using port 8000 will want to change the port. See angular/angular-phonecat#191
1 parent 583f37d commit a557ebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/tutorial/index.ngdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ You can now browse to the application at:
194194
```
195195
http://localhost:8000/app/index.html
196196
```
197+
To serve on a different ip address or port, edit the "start" script within package.json.
197198

198199
### Running Unit Tests
199200

0 commit comments

Comments
 (0)