๐งช Modern and Scalable Svelte Boilerplate
A minimal starter template using SvelteKit 2, Tailwind CSS, Drizzle ORM, and a clean setup with ESLint, Prettier, and TypeScript. Comes with opinionated formatting and linting out of the box.
Built with pnpm โ because speed matters.
๐ง What's Included
- SvelteKit โ full-stack framework powered by Vite
- TypeScript โ statically typed goodness
- Tailwind CSS โ utility-first CSS with Forms & Typography plugins
- Drizzle Kit โ type-safe SQL + schema migrations
- Prettier โ with plugins for Svelte and Tailwind
- ESLint โ with Prettier, TypeScript, and Svelte support
๐ Setup
Install dependencies:
pnpm install
Start the dev server:
pnpm dev