Skip to content

januridp/covid19-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19-tracker

Builtwith:

Roadmap

  • Table with filtering
  • ...

Getting Started

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

Development

Run:

ng serve

Start a dev server on http://localhost:4200

Production

To build for prod, run the following:

ng build --prod