examples-next-prisma-todomvc
examples-next-prisma-todomvc copied to clipboard
mirror of https://github.com/trpc/trpc/tree/main/examples/next-prisma-todomvc
TodoMVC
- TodoMVC implemented with tRPC + Prisma
- Live at todomvc.trpc.io
Setup
pnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-todomvc trpc-todo
cd trpc-todo
pnpm
pnpm dev
Useful commands
pnpm dx # runs prisma studio + next
Created by @alexdotjs.