Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 338 Bytes

ng-unrvl

Angular Frontend to visualize data - primarly from Prometheus database as sensor data endpoint.

Building

npm install

npm run build.prod

The built project can now be found in dist/Web.

Developing

To application for development:

ng serve

Access it via http://localhost:4200