Skip to content

Commit 8cd3220

Browse files
EmmanuelDemeyfilipesilva
authored andcommitted
Update README.md
Close angular#209
1 parent 36b1747 commit 8cd3220

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ ng serve
5555
```
5656
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
5757

58+
You can configure the default HTTP port and the one used by the LiveReload server with two command-line options :
59+
60+
```bash
61+
ng serve --port 4201 --live-reload-port 49153
62+
```
5863

5964
### Generating other scaffolds
6065

0 commit comments

Comments
 (0)