Service Map front end
UI components for the Service Map of the Helsinki Metropolitan Area.
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:
Production build
npm run dist
npm run publish