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
- Run
npm install
. - Run the json server with
npm run api
or manually with provided parametersjson-server -w ./utils/json-server/db.js --routes ./utils/json-server/routes.json --middlewares ./utils/json-server/server.js
. - Run the app in local environment and ssl with
npm run start
and access it onhttps://localhost:4200
.