From 70f229cb7e38530094b4b02b52c6d50e3fd08520 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Mon, 21 Sep 2020 15:28:25 +0300 Subject: [PATCH] Update Quick-Start.md --- docs/en/UI/Angular/Quick-Start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/UI/Angular/Quick-Start.md b/docs/en/UI/Angular/Quick-Start.md index cfe1369ea9..3e6de0b43f 100644 --- a/docs/en/UI/Angular/Quick-Start.md +++ b/docs/en/UI/Angular/Quick-Start.md @@ -182,10 +182,10 @@ Angular web applications run on the browser and require no server except for a [ ```shell # please replace MyProjectName with your project name -npx servor dist/MyProjectName index.html 8000 --browse +npx servor dist/MyProjectName index.html 4200 --browse ``` -This command will download and start a simple static server, a browser window at `http://localhost:8000` will open, and the compiled output of your project will be served. +This command will download and start a simple static server, a browser window at `http://localhost:4200` will open, and the compiled output of your project will be served. Of course, you need your application to run on an optimized web server and become available to everyone. This is quite straight-forward: