- Interactive map
- Cases by country
- Vaccines rolled out by country
- Worldwide new cases
npm install
In the project directory, you can run the app in the development mode:
npm start
Open http://localhost:3000 to view it in the browser.
npm test
Launches the test runner in the interactive watch mode.
rpm run build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.
npm run docker-build
npm run docker-run
Or
docker build --rm -t covid-tracker .
docker run --rm -p 3000:3000 --name covid-tracker-app covid-tracker
Open http://localhost:3000 to view it in the browser.
Pull requests are welcome.