This is the frontend of the Covid Alert web application
Clone the project:
git clone git@github.com:Covid-Alert-Microservices/covid-alert-web.git
then install dependencies:
yarn
Start the application with yarn start then open http://localhost:3000 to view it in the browser.
The build the project run yarn build.