Skip to content

trpc/examples-next-prisma-todomvc

Repository files navigation

TodoMVC

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.