mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix instructions for switching directories (#24439)
docs: fix instructions for switching directories PR Close #24439
This commit is contained in:
parent
426324513d
commit
7729bb2bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ Because `ng serve` does not work with service workers, you must use a separate H
|
|||
To serve with `http-server`, change to the directory containing your web files and start the web server:
|
||||
|
||||
```sh
|
||||
cd dist
|
||||
cd dist/*project-name*
|
||||
http-server -p 8080
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue