✨ A simple starter kit for SvelteKit.
Includes:
- Vite
- SvelteKit with TypeScript
- Vitest with
@testing-library/svelte
- Tailwind CSS
bun run dev
Running the tests with:
bun run test
Lint files with:
bun run lint
You can also format all the files with bun run format
bun run build
You'll have to add an adapter for this, though.
Preview the production build with bun run preview
.