From 402cb76aba8bacd366f6cc555fc75e87ba8a510c Mon Sep 17 00:00:00 2001 From: Emmanuel DEMEY Date: Tue, 16 Feb 2016 15:19:34 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fd2e719808d2..1b15d80db7ca 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,11 @@ ng serve ``` Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. +You can configure the default HTTP port and the one used by the LiveReload server with two command-line options : + +```bash +ng serve --port 4201 --live-reload-port 49153 +``` ### Generating other scaffolds