Select Git revision
Karolína Dočkalová Burská authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 555 B
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
- Install json-server
npm install -g json-server. - Run
npm install. - 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. - Run the app in local environment and ssl
ng serve --configuration local --ssland access it onhttps://localhost:4200.