An open API service indexing awesome lists of open source software.

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

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`