Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 589 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 589 Bytes

Angular

This project was generated with Angular CLI version 13.1.2.

Getting started

Install dependencies and deduplicate packages.

  npm install

Development server

For a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

  npm start

Build

The build artifacts will be stored in the dist/ directory.

  npm build

Running unit tests

Execute the unit tests via Karma.

  npm test