> For the complete documentation index, see [llms.txt](https://duncanhunter.gitbook.io/testing-angular/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://duncanhunter.gitbook.io/testing-angular/untitled-1.md).

# 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](http://localhost:4200/)
