Update Quick-Start.md

pull/5535/head
Mehmet Erim 5 years ago committed by GitHub
parent c61b6879dd
commit 70f229cb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save