Skip to content

Nuxt3 + tRPC + Prisma + daisyUI + tailwindCSS starter

Notifications You must be signed in to change notification settings

Jtcruthers/nuxt3-trpc-starter

Repository files navigation

Nuxt 3 + tRPC + Prisma starter

Nuxt 3 documentation
tRPC documentation
Prisma documentation
trpc-nuxt documentation

Setup

Make sure to install the dependencies:

pnpm install

Make sure to update your database URL. To update postgres to the expected schema, run

npx prisma migrate dev
npx prisma generate

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

About

Nuxt3 + tRPC + Prisma + daisyUI + tailwindCSS starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published