Skip to content

SheryConcepts/covid-tracker

Repository files navigation

Covid-19 Tracking App

Building and running on localhost

First install dependencies:

npm install

To run in HMR mode:

npm run start

To create a production build:

npm run build