Navigation Menu

Skip to content

City-of-Helsinki/servicemap

Repository files navigation

Stories in Ready

Service Map front end

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

Requires node version 8 currently.

Development environment setup

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

npm run dist
npm run publish