Front-end for the Corona Positive API written with the help of ReactJS.
Just run docker run -p 3333:3333 prmsrswt/corona-positive
. The website would be accessible at http://localhost:3333
- Clone the repo using git
git clone https://github.com/ruchika28ag/corona-positive.git
- Install required dependencies. This project uses
yarn
.
yarn install
- Run the development server using
yarn start
.
Note: You would need the Corona Positive API Server running at
http://localhost:5000