Awesome
COVID19 Svelte App
Screenshots
Install the dependencies...
git clone https://github.com/SauravKanchan/corona.git
cd corona
npm install
Start the dev server...
npm run dev
Navigate to localhost:8080. You should see your app running. Edit a component file in src
, save it, and the page should reload with your changes.