Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 796 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 796 Bytes

Technologies used 🛠️

Prerequisites 📋

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

Development

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/tanzeelsaab/covid-tracker.git
  1. Install necessary packages
npm install
  1. Start the development environment
npm start
  1. Visit http://localhost:3000