CovidPulse应用 自2020年3月起可视化美国Covid-19趋势线。 入门 首先,将此存储库克隆到您的计算机: https://github.com/vannizhang/covid19-trend-map.git 从项目的根目录,安装所需的软件包(依赖项): npm install 现在,您可以启动webpack开发服务器以在本地计算机上测试该应用程序: # it will start a server instance and begin listening for connections from localhost on port 8080 npm run star