A small React App for showing latest Coronavirus stats (by country).
This app use coronavirus-tracker-api repo as its data source API.
# 1 - Clone this git repo:
git clone https://github.com/azyouness/coronvirus-stats.git
# 2 - Move to project directory
cd coronvirus-stats/
# 3 - Install all packages
yarn install
# 4 - Run app
yarn start