A dashboard with most recent data on COVID-19. Uses data from disease.sh. Uses Leaflet for map visualization and Chart.js for graphs.
This project uses yarn.
- Clone this repository or download a ZIP archive;
- Go to the project directory;
- Call
yarn
;
Rename .env.example
file to .env
and fill in a Stadia Maps API key.
To run the yarn serve:build
, install http-server globally: npm install -g http-server
.
yarn start
- run in dev mode;yarn build
- build the app;yarn serve:build
- build the app and run it with http-server.yarn test
- run jest test;