Skip to content
Snippets Groups Projects
Select Git revision
  • d018162f03091076082d977b005c9cd6bcee2ea5
  • master default protected
  • develop
  • 7-integration-of-clustering-visualization-into-frontend
  • v18.0.0 protected
  • v16.0.1 protected
  • v16.0.0 protected
  • v15.0.0 protected
  • v14.0.2 protected
  • v14.0.1 protected
  • v14.0.0 protected
11 results

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    KYPO Trainings Clustering Visualization

    Prerequisites

    To use the library you need to have installed:

    How to use json-server as mock backend with provided dummy data

    1. Install json-server npm install -g json-server.
    2. Run npm install.
    3. Run the server with provided parameters json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js.
    4. Run the app in local environment and ssl ng serve --configuration local --ssl and access it on https://localhost:4200.