Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 645 Bytes

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