Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 373 Bytes

Map Viewer und Diagramm-Visualisierung

Eine einfache Anwendung mit Leaflet und plotly.js auf Basis von AngularJS.

Setup

npm install

Start der Anwendung

grunt env-build less && npm start

Im Browser öffnen: http://localhost:3000

Einbinden von Javascript-Bibliotheken

bower install <name> --save

z.B.: bower install moment --save (für moment.js)