Skip to content

todolist example use remix-t3-stack: remix + vite + trpc + tailwindcss + typescript + prisma + jwt + pnpm + react-hook-form + zod + lucide-icons + docker + vercel

Notifications You must be signed in to change notification settings

SteveSuv/remix-t3-stack

Repository files navigation

remix-t3-stack

a full-stack TodoList example use remix-t3-stack, aims to bring better DX to react developers.

features

  • end-to-end type safe by trpc
  • get userinfo anywhere by useMyUserInfo
  • type safe form with zod by useZodForm
  • no need to export action, just call trpc to mutate anywhere
  • request with permission controll by middleware
  • deploy to docker or vercel

stack

  • remix
  • vite
  • trpc
  • tailwindcss
  • typescript
  • prisma
  • jwt
  • pnpm
  • react-hook-form
  • lucide-icons
  • zod
  • docker
  • vercel

how to dev

  1. Clone this repository
git clone git@github.com:SteveSuv/remix-t3-stack.git
  1. install packages
npm i pnpm -g
pnpm i
  1. init database
pnpm db:push
pnpm db:gen
  1. run dev server
pnpm dev
  1. build and preview
pnpm build
pnpm start

how to deploy

  • deploy to docker
pnpm deploy
  • deploy to vercel: follow this guide

About

todolist example use remix-t3-stack: remix + vite + trpc + tailwindcss + typescript + prisma + jwt + pnpm + react-hook-form + zod + lucide-icons + docker + vercel

Topics

Resources

Stars

Watchers

Forks

Languages