Skip to content

hunt3ri/scot-covid19-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COVID-19 Scotland Heatmap

This repo contains code for displaying a heatmap for COVID-19 related deaths in Scotland

Installing

npm install

Running Locally

ParcelJS is used to compile and serve source. It will serve the app on http://localhost:1234

npm run serve

Running tests

App uses Jest test framework with ts-jest for tests. To run tests:

npm run test

Build / Deploy

ParcelJS will create a dist folder that can be uploaded to your webserver for deployment

npm run build

Useful Links