SvelteKit templates generated using the [email protected]
package. Changelog
├── javascript ← template using JavaScript with JSDoc comments
└── typescript ← template using TypeScript syntax
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
◆ 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
└
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
│