Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

umr-dbs/geo-bon-ebv-analyzer

Repository files navigation

GEO BON EBV Analyzer

This is the frontend of the GEO BON EBV Analyzer. It is based on WAVE.

Development server

Run npm start for a dev server. Check the proxy.conf.json for a valid path to the backend and background layer instances. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm build-prod to build the project for production. The build artifacts will be stored in the dist/ directory.