Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 438 Bytes

File metadata and controls

20 lines (12 loc) · 438 Bytes

Repository for the Decision support Tool

This repository contains a front end webpage for visualising map data, as well as a backend server for processing data

Hot Reloading and Production Builds

For dev work - use the webpack-dev-server

npm run build-dev

A minified build can also be produced for a proper deployment using

npm run build-prod

Config for webpack can be done in the root webpack.*.js files.