Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.69 KB

IBF-dashboard: Web interface of the IBF-system.

Welcome to the GitHub repository of the IBF-dashboard,

Setup development environment

Node.js
To prevent conflicts between other projects use a version manager to install and use Node.js.

Install other dependencies
See Documentation.

npm install

Configuration

Set the required configuration values in the .env file, by using the provided example.env:

cp example.env .env

Getting Started

To start a local instance of the interface on http://localhost:4200/:

npm start

See other available tasks/scripts with: npm run

Frameworks

  • Ionic Framework This UI-kit or library gives us a foundation to quickly build interfaces cross-platform/cross-device-type.

  • Angular This front-end framework gives us a structure to create components that can be connected, combined, share data and can be delivered as a web-app.

  • Leaflet A library for maps with multiple interactive layers. Used with ngx-leaflet for Angular.