Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 910 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 910 Bytes

UW-Madison-Covid-19

This is another Covid-19 dashboard designed to track the current positive & negative cases of coronavirus within and near the University of Wisconsin Madison, based on Wisconsin provided data.

You can visit the website at madisoncovid19.com.

Consider sponsoring me on GitHub here or donating on paypal

Running Locally

You need to have angular2 installed, then you can run the following command to start up a server running locally on your computer.

Installing Node Modules

cd corona-dashboard && npm install && ng serve

If you've already installed them run the following

ng serve

There's also an auto-generated readme file by angular in the angular project directory.