Builtwith:
- Angular v7
- Covid-19 API
- Table with filtering
- ...
To run this locally, clone the repo and use NPM to install the dependencies. (You’ll also need Node.js installed)
git clone https://github.com/januridp/covid19-tracker.git
cd covid19-tracker
npm install
Run:
ng serve
Start a dev server on http://localhost:4200
To build for prod, run the following:
ng build --prod