mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ A best practice is to run your project locally before you deploy it. To run your
|
|||
```sh
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue