Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaanguru/clientsidetemplate
SvelteKit Static Site Generation Template
https://github.com/kaanguru/clientsidetemplate
indexeddb postcss skeleton ssg superforms sveltekit tailwindcss
Last synced: 27 days ago
JSON representation
SvelteKit Static Site Generation Template
- Host: GitHub
- URL: https://github.com/kaanguru/clientsidetemplate
- Owner: kaanguru
- Created: 2023-09-09T18:24:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T19:19:44.000Z (over 1 year ago)
- Last Synced: 2023-09-09T20:25:50.926Z (over 1 year ago)
- Topics: indexeddb, postcss, skeleton, ssg, superforms, sveltekit, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client-Side development template
Ready for Tauri desktop development
Using:
- [Static site generation](https://kit.svelte.dev/docs/adapter-static)
- [Client-side Storage](https://dexie.org/)
Static
- [SuperForms](https://superforms.rocks/concepts/spa)----
- [x] [SvelteKit | Tauri Apps](https://tauri.app/v1/guides/getting-started/setup/sveltekit/#sveltekit-in-ssg-mode)
- [x] `pnpm create svelte`
- [x] ` pnpm add -D @sveltejs/adapter-static `
- [x] Then update the `adapter` import in the `svelte.config.js` file
- [x] [Get started with Dexie in Svelte](https://dexie.org/docs/Tutorial/Svelte)
- [x] ` pnpm install dexie@next `
- [x] `src\lib\db.ts`
- [x] [Superforms for SvelteKit](https://superforms.rocks/concepts/spa)
- [ ] `pnpm i -D sveltekit-superforms zod`
- [x] [Skeleton — UI Toolkit for Svelte + Tailwind](https://www.skeleton.dev/docs/get-started)
- [x] `pnpm i -D @skeletonlabs/skeleton @skeletonlabs/tw-plugin`
- [x] `pnpm dlx svelte-add@latest tailwindcss`