Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.24 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.24 KB

Angular 12 Example From Scratch

Angular 12 Example Scratch **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

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Production

  • npm run build

Tests

  • npm run test

Tests prerequisites

  • ChromeDriver only supports Chrome version 89
  • Author : Billal Hossain