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 example
If you want to follow along with the YouTube tutorial use the starter branch instead:
npx degit joysofcode/sveltekit-remote-functions#starter example
mv .env.example .env
npm i
npm run db:push
npm run dev