Install prerequisites
git clone git@github.com:gkovacs/crowdresearch_choropleth.git
cd crowdresearch_choropleth
npm install -g yarn
yarn global add webpack live-server
yarn
Run webpack to start compilation process (it will watch the files)
webpack
In a seperate tab, start the web server (it will automatically open your browser and refresh upon changes)
live-server