Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 914 Bytes

File metadata and controls

42 lines (26 loc) · 914 Bytes

Dashboard

Libraries

Guides

Installation

  1. Add environment and configurations:

    • src/.env
    • src/assets/appConfig.json
    • src/assets/authConfig.json

You can copy from examples like this one: _appConfig.json

  1. Install packages
    npm ci

Development server

  1. npm start

  2. Navigate to http://localhost:8000/

Production build

  1. Run npm run build
  2. The build artifacts will be stored in the dist/ directory.

Tests

  • Run npm run test to execute the unit tests via Karma.