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 buildRequirements:
- yarn for building the project
- docker-compose to deploy with Docker
yarn run buildFirst, use docker-compose to "compile":
docker-compose up builderTo run the application on your system, listening on port 80, use docker-compose again:
docker-compose up webOr manually build and run the Dockerfile in the project root.