Training command graph visualization
How to use json-server as mock backend with provided dummy data
- Run
npm install
. - Run the server with
npm run json-server
or 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
ng serve --configuration local --ssl
and access it onhttps://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.