A react tool for coronavirus analysis and other basic functionalities.
- Fork the repository.
- Clone the local repository.
- Install dependencies using
npm i react-scripts
. - Run the app in development mode using
npm start
. - Open http://localhost:3000 to view it in the browser.
- Identify your system architecture using
uname -m
. - If architecture is
x86_64
usetag-name=amd64
, else if architecture isarm64
usetag-name=arm64
. - Pull docker image using
docker pull yadavvaibhav/coronavirus-analyser:<tag-name>
- Run the docker image using
docker run -it -p 3000:3000 yadavvaibhav/coronavirus-analyser<tag-name>
. - Open http://localhost:3000 to view it in the browser.