From a557ebc73dc1fb66507b4fc4b9c32cab7ed7a280 Mon Sep 17 00:00:00 2001 From: Andrew Farrell Date: Sat, 26 Jul 2014 11:21:38 -0400 Subject: [PATCH] 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 https://github.com/angular/angular-phonecat/pull/191 --- docs/content/tutorial/index.ngdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index 018ef6b5b491..42f3c12689b8 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -194,6 +194,7 @@ You can now browse to the application at: ``` http://localhost:8000/app/index.html ``` +To serve on a different ip address or port, edit the "start" script within package.json. ### Running Unit Tests