From ccd10ea315b9bbccc8f77dd2f4a9f0297e9e08f2 Mon Sep 17 00:00:00 2001 From: Sam Hrncir Date: Thu, 11 Feb 2021 20:37:58 -0500 Subject: [PATCH] docs: Clarify new ng workspace options (#40816) Hope this helps make the tutorial go even smoother for people after me. PR Close #40816 --- aio/content/start/start-deployment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/start/start-deployment.md b/aio/content/start/start-deployment.md index 27b546fb49e..c6c5eb621ed 100644 --- a/aio/content/start/start-deployment.md +++ b/aio/content/start/start-deployment.md @@ -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.