Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pleahmacaka/supavelte-ssr
SvelteKit + Supabase + TailwindCSS + DaisyUI + Playwright + Vitest + ESLint + EditorConfig
https://github.com/pleahmacaka/supavelte-ssr
boilerplate daisy daisyui editorconfig eslint example playwright supabase svelte sveltekit tailwind tailwindcss template vitest
Last synced: 22 days ago
JSON representation
SvelteKit + Supabase + TailwindCSS + DaisyUI + Playwright + Vitest + ESLint + EditorConfig
- Host: GitHub
- URL: https://github.com/pleahmacaka/supavelte-ssr
- Owner: PleahMaCaka
- Created: 2024-05-26T15:03:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T04:37:10.000Z (5 months ago)
- Last Synced: 2024-05-31T05:40:33.097Z (5 months ago)
- Topics: boilerplate, daisy, daisyui, editorconfig, eslint, example, playwright, supabase, svelte, sveltekit, tailwind, tailwindcss, template, vitest
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ๐งก SvelteKit ๐ Supabase Boilerplate ๐ฅ
This is a boilerplate for SvelteKit and Supabase!
Fullstack SvelteKit and Supabase boilerplate with `@supabase/ssr` + Navigation Gaurd, TailwindCSS, DaisyUI, ESLint,
Playwright, Vitest!## Development
Copy `.env.example` to `.env.local` and fill in the environment variables.
```bash
pnpm install
pnpm dev
```