JackRKelly / next-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 96.7%Language:JavaScript 3.3%