Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```