Installing SvelteKit
SvelteKit is built on Svelte, a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS
Installing Bun
npm install -g bunWhy should you use SvelteKit?
Installing SvelteKit
bun create svelte@latest .
bun installAdding TailwindCSS
npx svelte-addInstall the Svelte for VS Code extension
https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscodemarketplace.visualstudio.com
Last updated