Next.js + Tailwind CSS Example

Make sure Postgres is installed and running and you have defined your postgres db in your env file.

# create .env
cp .env.example .env
npm install
npx prisma migrate dev --name init
npm run dev