Skip to content

Quick SvelteKit PWA template with Typescript support.

Notifications You must be signed in to change notification settings

Ncookiez/sveltekit-pwa-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.