examples-next-prisma-todomvc icon indicating copy to clipboard operation
examples-next-prisma-todomvc copied to clipboard

mirror of https://github.com/trpc/trpc/tree/main/examples/next-prisma-todomvc

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.