| I created an open-source Next.js starter template on GitHub with all of the things that I use in my projects. It has all of the following things configured: • React 17 • TypeScript • GitHub Auth using NextAuth.js • Email and Passwordless Auth using NextAuth.js • Postgres • Tailwind CSS 2 • Prisma 2 • ESLint • Prettier • Husky (Pre-commit Hook for linting and type checking) • React Query • React Query Dev Tools Blog Post - https://blog.bhanuteja.dev/nextjs-starter-with-authenticatio... GitHub Repo - https://github.com/pbteja1998/nextjs-starter Live Demo - https://next-starter.bhanuteja.dev/ Live demo is deployed on Vercel. I will be adding Jest and GitHub actions in the future to the repo. Any suggestions are welcome. Thanks. |