Single User offline-first app template to start your next project. Using Dexie.js, SuperForms with SvelteKit and Skeleton UI for TailwindCSS styling.
Using:
- Static site generation client-rendered single-page app (SPA) or (SSG)
- Client-side Storage IndexeDB database
- SuperForms Single-page applications (SPA)
pnpm installpnpm updatepnpm dev
- Skeleton — UI Toolkit for Svelte + Tailwind
-
-pnpm create skeleton-app@latest my-skeleton-app
-
- SvelteKit | Tauri Apps
-
pnpm add -D @sveltejs/adapter-static - Then update the
adapterimport in thesvelte.config.jsfile
-
- Get started with Dexie in Svelte
-
pnpm install dexie@next -
src\lib\db.ts
-
- Superforms for SvelteKit
-
pnpm i -D sveltekit-superforms zod
-
