A complete fully typesafe Sveltekit skeleton project built with tRPC
, DrizzleORM
, Auth.js
, TanStack Query
, Tailwind CSS
, and shadcn/ui
~66.1kB (gzip)
This project uses bun for package management. If you don't have it installed, you can install it with curl -fsSL https://bun.sh/install | bash
# install dependencies
bun install
# start dev server
bun run dev
# build for production
bun run build
This project was created by CoopTRUE