This is a SvelteKit CRUD app example using:
- Remote functions for type-safe communication between client and server
- Better Auth for authentication
- Drizzle ORM for working with the SQLite database
- Pico CSS for styling
npx degit joysofcode/sveltekit-remote-functions exampleIf you want to follow along with the YouTube tutorial use the starter branch instead:
npx degit joysofcode/sveltekit-remote-functions#starter examplemv .env.example .envnpm inpm run db:pushnpm run dev