1. Create a new Angular CLI application
In the folder you would like to create this project run the following command
ng new testing
Change directory into the new project and open the CLI in Visual Studio Code
cd testing && code .
Run the application
ng serve
Open the application in your web browser at http://localhost:4200
Last updated