Create an Angular app and publish it on the web in four minutes without touching the keyboard!

Опубликовано: 05 Август 2026
на канале: Andrey Fomin
3,198
10

How to create an Angular app from scratch and publish it to Azure with Visual Studio. In four minutes. Without touching the keyboard. Seriously.

0:00 – 0:10 Find the Angular CLI Project Template within Visual Studio.
Open the New Project dialog. Select Online - Templates - Other.

0:10 – 0:25 Install the template.
Close Visual Studio before running the installer.

0:25 – 0:50 Create a new project.
Start Visual Studio. Open the New Project dialog. Select Installed - Templates - TypeScript - Angular CLI Application. Accept the default project settings.

0:50 – 0:53 Wait while the NuGet packages are being installed.

0:53 – 2:20 Run the project.
Wait while npm packages are being installed. Wait while the Ng Development Server is starting.

2:20 – 2:42 Watch the Hot Module Replacement in action.
Edit a source file and save it.

2:42 – 2:45 Stop the application.

2:45 – 3:47 Publish and open the website.
Publish the application to Azure. Select an existing Subscription. The website is opened automatically at the end of the publish process.