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
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.