Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/city-of-helsinki/servicemap

UI components for the Service Map of the Helsinki Metropolitan Area
https://github.com/city-of-helsinki/servicemap

Last synced: about 2 months ago
JSON representation

UI components for the Service Map of the Helsinki Metropolitan Area

Awesome Lists containing this project

README

        

[![Stories in Ready](https://badge.waffle.io/City-of-Helsinki/servicemap.png?label=ready&title=Ready)](https://waffle.io/City-of-Helsinki/servicemap)
# Service Map front end

UI components for the Service Map of the Helsinki Metropolitan Area.

Requires node version 8 currently.

## Development environment setup

```shell
git clone https://github.com/City-of-Helsinki/servicemap.git
cd servicemap
npm install
bower install
npm start
```

The application is now accessible via the browser at:

http://127.0.0.1:9001/

## Production build

```shell
npm run dist
npm run publish
```