Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 420 Bytes

COVID-19 Resource Center

Setting up

The app is a modification of prior work by karan100010.

  1. 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
  1. Start the client server in a new terminal tab
    cd client
    npm install
    npm run