Skip to content

joysofcode/sveltekit-remote-functions

Repository files navigation

SvelteKit Remote Functions

This is a SvelteKit CRUD app example using:

Setup

⬇️ Get the code

npx degit joysofcode/sveltekit-remote-functions example

⬇️ Starter

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

About

🔥 SvelteKit remote functions example

Resources

Stars

Watchers

Forks