docs: Clarify new ng workspace options (#40816)
Hope this helps make the tutorial go even smoother for people after me. PR Close #40816
This commit is contained in:
parent
44b8b0ffe1
commit
ccd10ea315
|
@ -27,6 +27,8 @@ A best practice is to run your project locally before you deploy it. To run your
|
||||||
```sh
|
```sh
|
||||||
ng new my-project-name
|
ng new my-project-name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
This command displays a series of configuration prompts. For this tutorial, accept the default settings for each prompt.
|
||||||
|
|
||||||
1. In your newly CLI-generated application, replace the `/src` folder with the `/src` folder from your `StackBlitz` download.
|
1. In your newly CLI-generated application, replace the `/src` folder with the `/src` folder from your `StackBlitz` download.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue