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:
Sam Hrncir 2021-02-11 20:37:58 -05:00 committed by Joey Perrott
parent 44b8b0ffe1
commit ccd10ea315
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ A best practice is to run your project locally before you deploy it. To run your
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. Use the following CLI command to run your application locally: