@ -180,7 +180,7 @@ 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 4200 --browse
npx servor dist/MyProjectName/browser index.html 4200 --browse
```
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.