Skip to content

Commit 8da695d

Browse files
docs: Update README.md to add more details to "Quick Start"
1 parent 634382f commit 8da695d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hello-world/angular/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,18 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
2121

2222
## Quick Start
2323

24+
1. Install project dependencies
25+
26+
```cmd
27+
npm install
28+
```
29+
30+
2. Build and serve the Angular app
31+
2432
```cmd
2533
ng serve
2634
```
35+
2736
Then open `https://localhost:4200/` to view the sample app.
2837

2938
## Creating the sample project

0 commit comments

Comments
 (0)