SvelteKit PWA template
git clone https://github.com/xulioc/sveltekit-pwa.git
cd sveltekit-pwa
npm install
To start in development mode:
npm run dev
To build and start in production mode:
npm run build
npm run preview
Feel free to contribute. Issues and Pull Requests are welcome.