Frontend Demo for Visualizing COVID19's Transmission
- China/provinces & World/countries maps supported
- Data tables supported
- Search nearby confirmed cases supported
- Official news supported
- Breaking rumors supported
brew install node
cd <Your Folder Name>
npm install
npm start
Then you can view it on http://localhost:8000
Go to https://github.com/FDU-SW20-6A/covid19_be and refer to README.