Postgres, Tailwind, shadcn/ui, and more.

This is an email client template built with Next.js and Postgres. It's built to show off some of the features of the App Router, which enable you to build products that:
Demo: https://next-email-client.vercel.app
git clone https://github.com/leerob/next-email-clientcd next-email-clientpnpm installUse the included setup script to create your .env file:
pnpm db:setupThen, run the database migrations and seed the database with emails and folders:
pnpm db:migratepnpm db:seedFinally, run the Next.js development server:
pnpm devOpen http://localhost:3000 in your browser to see the app in action.