React UI for hsl-map-publisher
Install dependencies:
yarn
Start development server:
yarn start
docker build --build-arg API_URL=$API_URL -t hsl-map-publisher-ui .
docker run -d -p 80:80 hsl-map-publisher-ui
where $API_URL
is URL to publisher REST API.