Skip to content

jthayworth/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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.1%
  • Svelte 33.6%
  • CSS 12.7%
  • JavaScript 2.1%
  • HTML 1.5%