Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 776 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 776 Bytes

Svelte PWA Webpack template

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.

Get started

Install the dependencies...

cd svelte-pwa
npm install

...then start webpack:

npm run dev