Skip to content

hyunbinseo/svelte-kit-templates

Repository files navigation

SvelteKit templates generated using the create-svelte@6.2.0 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/v5.0.0/typescript

Presets

◆  Which Svelte app template?
│  ● Skeleton project
│
◆  Add type checking with TypeScript?
│  ● Yes, using JavaScript with JSDoc comments
│  ● Yes, using TypeScript syntax
│
◆  Select additional options
│  ◼ Add ESLint for code linting
│  ◼ Add Prettier for code formatting
└

Comparison

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

◆  Which Svelte app template?
│  ● SvelteKit demo app
│
◆  Add type checking with TypeScript?
│  ● Yes, using JavaScript with JSDoc comments
│