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 install
Use the included setup script to create your .env
file:
pnpm db:setup
Then, run the database migrations and seed the database with emails and folders:
pnpm db:migratepnpm db:seed
Finally, run the Next.js development server:
pnpm dev
Open http://localhost:3000 in your browser to see the app in action.
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 install
Use the included setup script to create your .env
file:
pnpm db:setup
Then, run the database migrations and seed the database with emails and folders:
pnpm db:migratepnpm db:seed
Finally, run the Next.js development server:
pnpm dev
Open http://localhost:3000 in your browser to see the app in action.