Skip to content
Snippets Groups Projects
Karolína Dočkalová Burská's avatar
Karolína Dočkalová Burská authored
Resolve "Update to Angular 16"

Closes #9

See merge request muni-kypo-crp/frontend-angular/components/kypo-command-visualizations!18
af753fb1
History

Training command graph visualization

How to run locally with provided dummy data

  1. Run npm install.
  2. Run the server with npm run api or 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 npm start and access it on https://localhost:4200.