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:4200arrow-up-right
Last updated 7 years ago