SvelteKitty
Opinionated SvelteKit Template for building web applications.
Check out Single Page Svelte for vanilla Svelte version.
What's included?
- SvelteKit (duh) with TypeScript
- TailwindCSS v3 with DaisyUI
- Ready-to-use components
- Configurable defaults
- Prefer prerender (SSG) rather than SSR, to save server cost.
- And more...
Usage
- Click Use this template or clone/fork this repository.
yarn
or npm install
yarn dev
or npm run dev