Skip to content

HSLdevcom/hsl-map-publisher-ui

Repository files navigation

HSL Map Publisher UI

React UI for hsl-map-publisher

Development

Install dependencies:

yarn

Start development server:

yarn start

Open http://localhost:3000/

Running in Docker

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages