BCIC housing data visualization
Demo link: http://housing-viz-demo.foundryspatial.com/
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn run dev
# build for production with minification
yarn run build
Requirements:
yarn run build
First, use docker-compose
to "compile":
docker-compose up builder
To run the application on your system, listening on port 80, use docker-compose again:
docker-compose up web
Or manually build and run the Dockerfile in the project root.