remix-t3-stack
remix-t3-stack copied to clipboard
TodoList example use remix-t3-stack: remix + vite + trpc + tailwindcss + typescript + prisma + jwt + pnpm + react-hook-form + react-query + next-themes + zod + lucide-icons + docker + vercel
remix-t3-stack
this is a todolist example use remix-t3-stack
stack
- remix
- vite
- trpc
- tailwindcss
- typescript
- prisma
- jwt
- pnpm
- react-hook-form
- zod
- docker
- vercel
how to dev
- Clone this repository
git clone [email protected]:SteveSuv/remix-t3-stack.git
- install packages
npm i pnpm -g
pnpm i
- init database
pnpm db:push
pnpm db:gen
- run dev server
pnpm dev
how to deploy
- deploy to docker
pnpm deploy
- deploy to vercel, follow this guide