Opinionated SvelteKit Template for building web applications.
Check out Single Page Svelte for vanilla Svelte version.
- SvelteKit (duh) with TypeScript
- TailwindCSS v3 with DaisyUI
- Ready-to-use components
- Theme switcher
- Navbar
- Centered full-page content with mobile viewport height fix
- Ko-fi button
- Configurable defaults
- Prefer prerender (SSG) rather than SSR, to save server cost.
- And more...
- Click Use this template or clone/fork this repository.
yarn
ornpm install
yarn dev
ornpm run dev