This repo contains code for displaying a heatmap for COVID-19 related deaths in Scotland
npm install
ParcelJS is used to compile and serve source. It will serve the app on http://localhost:1234
npm run serve
App uses Jest test framework with ts-jest for tests. To run tests:
npm run test
ParcelJS will create a dist folder that can be uploaded to your webserver for deployment
npm run build