Skip to content
Snippets Groups Projects
Select Git revision
  • 23d4f3c57af577ddda685d016ab55af994050521
  • 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

kypo-trainings-clustering-visualization

  • Clone with SSH
  • Clone with HTTPS
  • KYPO Trainings Clustering Visualization

    The visualization provides three views with distinct processing of collected data - a subset of features that define the trainee behavior and enable us to explore outliers or trainee strategies during their gameplay.

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

    1. Run npm install.
    2. Run the json server with npm run api or manually with provided parameters json-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js.
    3. Run the app in local environment and ssl with npm run start and access it on https://localhost:4200.