**Create Web Application with Angular 12** * Featuring [**Angular 12.0.5**](https://github.com/angular/angular/releases) & [**Angular CLI 12.0.5**](https://github.com/angular/angular-cli/releases/) |
# choose a repo
# download the example or clone the repo from github
git clone https://github.com/mozumder0204/angular12-scratch.git
# change directory
cd angular12-scratch
# install the repo with npm
npm install
# start the server
npm start
in your browser go to http://localhost:4200
npm install
(installing dependencies)npm outdated
(verifying dependencies)
npm run start
- in your browser go to http://localhost:4200
npm run build
npm run test
- ChromeDriver only supports Chrome version 89
- Author : Billal Hossain