"T3 Stack" consists of following tech and enable full stack type-safe web development speedy and simple.
$ npm i -g yarn
$ npx [email protected] t3-todo-app
$ yarn add zustand @heroicons/react date-fns
start db
$ docker compose up -d
remove db
$ docker compose rm -s -f -v
prisma migrate and type generation
$ npx prisma migrate dev
$ npx prisma generate
$ npx prisma studio