Training command graph visualization
How to run locally with provided dummy data
- Run
npm install. - Run the server with
npm run apior 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
npm startand access it onhttps://localhost:4200.