next email client
1.0.0
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-client
cd next-email-client
pnpm 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:migrate
pnpm db:seedFinally, run the Next.js development server:
pnpm devOpen http://localhost:3000 in your browser to see the app in action.