Live data from Hacker News

Show HN: The Next.js Starter Kit with TypeScript, Auth, Postgres, etc.

github.com

1–5 of 5 posts

Re: Show HN: The Next.js Starter Kit with TypeScript, Auth, Postgres, etc.

#2
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.

Re: Show HN: The Next.js Starter Kit with TypeScript, Auth, Postgres, etc.

#3

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 P…

This should be a "Show HN", then.

Re: Show HN: The Next.js Starter Kit with TypeScript, Auth, Postgres, etc.

#4
post #3

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 P…

This should be a "Show HN", then.

Added Show HN at the start of the title.