Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 549 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 549 Bytes

VSCode Elements

For the end-user documentation, click here.

Setup

Install dependencies:

npm ci

The main NPM tasks

Production build

npm run build

Start development mode

Start TypeScript compiler in development mode and start the @web-dev-server

npm run start

Testing

npm run build:watch

# in another terminal instance:
npm run test:watch

Run tests

npm run test