/next-template

A Next.js template with Next-Auth, Prisma, Postgres, TypeScript, Tailwind, and React Query

Primary LanguageTypeScript

Next Template

A Next.js template with Next-Auth, Prisma, Postgres, TypeScript, Tailwind, and React Query

Installation 💾

Prerequisites:

Clone the repository:

git clone https://github.com/JackRKelly/next-template

Duplicate .env.local.example and rename it to .env

Install dependencies and generate the prisma client:

yarn

Create and run the Postgres Docker database container:

yarn docker

Start the Next.js dev server:

yarn dev