Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 767 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 767 Bytes

SvelteKit PWA Template

A SvelteKit PWA template with Typescript support.

Svelte TypeScript

Netlify Status

Basic Usage

Install dependencies with npm i.

Run dev server for local development with npm run dev.

Deployment

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.