nextjs-trpc-template

A simple Next.js application using tRPC with next-auth

MIT License

Stars
3

Next.js/tRPC/Tailwind CSS/Next Auth template

What's included

  • Next.js
  • tRPC (v10)
  • Tailwind CSS
  • Next Auth

Development

npm run dev
# or
yarn dev

Production

npm run build && npm run start
# or
yarn build && yarn start

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.