Skip to content

FDU-SW20-6A/Frontend

Repository files navigation

COVID19_Frontend

Frontend Demo for Visualizing COVID19's Transmission

Frame

Ant Design Pro

Work In Process...

  • China/provinces & World/countries maps supported
  • Data tables supported
  • Search nearby confirmed cases supported
  • Official news supported
  • Breaking rumors supported

How to use

Mac OS

brew install node
cd <Your Folder Name>
npm install
npm start

Then you can view it on http://localhost:8000

To Work with Backend

Go to https://github.com/FDU-SW20-6A/covid19_be and refer to README.