Project template for building Progressive Web Apps with Svelte. Created on top of sveltejs/template-webpack.
Fully configured to pass most of Lighthouse PWA checks.
To create a new project based on this template using degit:
npx degit Kreozot/svelte-pwa-webpack-template svelte-pwa
cd svelte-pwa
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-pwa
npm install
...then start webpack:
npm run dev