Skip to content

jairajdev/covid_19_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid 19 Tracking

Covie 19 Info PWA is based on Create React App. You can read full guide.

Installing and Running Code

To get started follow this steps:

  • Install Node.
  • Download and open this project (cd path/to/covid_19_tracking).
  • Install packages: npm install or yarn install.
  • Start the project locally: npm start or yarn start (running on port 3000).

Building Project

To build the app for production run npm run build or yarn build