sveltekit-remote-functions Svelte Themes

Sveltekit Remote Functions

SvelteKit Remote Functions

This is a SvelteKit remote functions example using Better Auth for authentication and Drizzle ORM for working with the database.

Setup

⬇️ Get the code

npx degit joysofcode/sveltekit-remote-functions example

If you want to follow along with the YouTube tutorial use the starter branch instead:

npx degit joysofcode/sveltekit-remote-functions#starter example

✏️ Rename .env.example

mv .env.example .env

📦️ Install dependencies

npm i

Create tables from Drizzle schema

npm run db:push

🧑‍💻 Start the development server

npm run dev

Top categories

Loading Svelte Themes