kit-template-default icon indicating copy to clipboard operation
kit-template-default copied to clipboard

The default SvelteKit template, generated with create-svelte

Results 2 kit-template-default issues
Sort by recently updated
recently updated
newest added
trafficstars

I've just tried to create a new `bun` project using: ```shell bun create svelte@latest ``` It seems there's a dependency mismatch somewhere, bun fails to install, npm completes with a...

Any plans to support the TypeScript app template? It would greatly improve the StackBlitz experience (which seems to use this template). Currently seems to use the following configurations. ``` ┌...