The app is a modification of prior work by karan100010.
- Clone and run the following to start the express server:
git clone https://github.com/mojolab/covidrc-ashoka
cd covidrc-ashoka
npm install
node server.js
- Start the client server in a new terminal tab
cd client
npm install
npm run