0.0.0 • Published 1 year ago

ct-engage-entities-ui v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Prerequisites

Make sure you have Node.js and npm installed. LTS version is recommended.

Installation

  1. Please follow this guide to install the required tools and to get access to the @wk npm scope.
  2. Follow this link and click on Connect to feed button. Choose npm and follow the provided instructions. Ensure that the registry is scoped to @ct. Example .npmrc configuration:
    ```
    @wk:registry=https://gpo.jfrog.io/gpo/api/npm/npm-local/
    @ct:registry=https://pkgs.dev.azure.com/GRC-CT/_packaging/CT-NPD-Library/npm/registry/
    //gpo.jfrog.io/gpo/api/npm/npm-local/:_authToken=TOKEN
    //pkgs.dev.azure.com/GRC-CT/_packaging/CT-NPD-Library/npm/registry/:_authToken=TOKEN
    ```
  3. Run npm install to install project dependencies.

Running in development

  1. Run npm start to start application
  2. Navigate to http://localhost:4200 to open application.

Running unit tests

Run npm test to execute the unit tests via Karma.