diff --git a/aio/content/start/start-deployment.md b/aio/content/start/start-deployment.md index 27b546fb49..c6c5eb621e 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.