Use this repository to visualize your model stats and punch data.
In the command line of the project root run: npm i for a initial load of all node-modules.
Open the file proxy.js.
To choose the backend server url change the proxyConfig.target property to the url of your backend server. Example:
var proxyConfig = [{ context: '/api', target: 'http://123.456.789:3000', secure: false }];
In the command line of the project root, using npm, run the development server with the parameter for the chosen hostaddress like the example:
npm start --host 123.456.789
(Serves the angular application on host 123.456.789 at port 4200)