https://github.com/narze/svelte-kitty
[Work in progress] Opinionated SvelteKit Template for building web applications
https://github.com/narze/svelte-kitty
svelte sveltekit sveltekit-template tailwindcss
Last synced: 4 months ago
JSON representation
[Work in progress] Opinionated SvelteKit Template for building web applications
- Host: GitHub
- URL: https://github.com/narze/svelte-kitty
- Owner: narze
- Created: 2022-03-06T16:35:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T16:39:40.000Z (over 4 years ago)
- Last Synced: 2025-04-17T00:18:12.889Z (over 1 year ago)
- Topics: svelte, sveltekit, sveltekit-template, tailwindcss
- Language: JavaScript
- Homepage: https://svelte-kitty.vercel.app
- Size: 61.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKitty
Opinionated SvelteKit Template for building web applications.
Check out [Single Page Svelte](https://github.com/narze/single-page-svelte) for vanilla Svelte version.
## What's included?
- SvelteKit (duh) with TypeScript
- [TailwindCSS v3](https://tailwindcss.com) with [DaisyUI](https://daisyui.com)
- Ready-to-use components
- Theme switcher
- Navbar
- Centered full-page content with [mobile viewport height fix](https://css-tricks.com/the-trick-to-viewport-units-on-mobile)
- Ko-fi button
- Configurable defaults
- Prefer prerender (SSG) rather than SSR, to save server cost.
- And more...
## Usage
- Click [Use this template](https://github.com/narze/svelte-kitty/generate) or clone/fork this repository.
- `yarn` or `npm install`
- `yarn dev` or `npm run dev`