Skip to content

The default SvelteKit template, generated with create-svelte

Notifications You must be signed in to change notification settings

hyunbinseo/svelte-kit-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SvelteKit templates generated using the [email protected] package. Changelog

Project Structure

├── javascript ← template using JavaScript with JSDoc comments
└── typescript ← template using TypeScript syntax

Open in StackBlitz

To use a specific version, replace the /main part with a valid tag name.

- https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/main/typescript
+ https://stackblitz.com/github/hyunbinseo/svelte-kit-templates/tree/v0.6.9/typescript

Presets

sv create --template minimal --types jsdoc
sv create --template minimal --types ts
sv add eslint prettier

Comparison

The kit-template-default repository does not provide a TypeScript template.