/nextjs-course

Next.js Full Course

Primary LanguageTypeScript

Next.js Full Course Demo

This repo contains the project code for the Full Next.js App Router Course

Setup

git clone <this-repo> nextcourse
cd nextcourse
npm install
  • Rename the .env.example file to .env and update env variables (explained in detail in the course).
  • I am using a free NeonDB Postgres database, but any Prisma compatible DB will work.