Skip to content
Snippets Groups Projects
Lukáš Majdan's avatar
Lukáš Majdan authored
Forbidden commands integration

See merge request muni-kypo-crp/frontend-angular/components/kypo-command-visualizations!16
eeab9239
History

Training command graph visualization

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

  1. Run npm install.
  2. Run the server with npm run json-server 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 ng serve --configuration local --ssl and access it on https://localhost:4200.

Running up the Project:

Install project dependencies:

$ npm install

Then run

$ ng serve --ssl

Navigate to https://localhost:4200/. The app will automatically reload if you change any of the source files.