Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pleahmacaka/supavelte-ssr-v1
Supabase + Svelte SSR (Adapter Node) Boilerplate
https://github.com/pleahmacaka/supavelte-ssr-v1
boilerplate example supabase svelte
Last synced: 15 days ago
JSON representation
Supabase + Svelte SSR (Adapter Node) Boilerplate
- Host: GitHub
- URL: https://github.com/pleahmacaka/supavelte-ssr-v1
- Owner: PleahMaCaka
- Created: 2024-03-25T02:27:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T04:58:39.000Z (7 months ago)
- Last Synced: 2024-12-07T00:53:06.018Z (19 days ago)
- Topics: boilerplate, example, supabase, svelte
- Language: Svelte
- Homepage:
- Size: 221 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 user authentication, routing protection, TailwindCSS, DaisyUI,
ESLint/Prettier!This template manages sessions in a Svelte-friendly way without using `@supabase/ssr` or `@supabase/auth-helper`.
So if you want `@supabase/ssr` you can use [>> this one! <<](https://github.com/pleahmacaka/supavelte-ssr)## Development
Copy `.env.example` to `.env.local` and fill in the environment variables.
```bash
pnpm install
pnpm dev
```