A SvelteKit PWA template with Typescript support.
Install dependencies with npm i
.
Run dev server for local development with npm run dev
.
Any deployment environment should run npm run build
to generate your app's content.
You may want to use a specific adapter instead of auto
for your project.