This repo is used for the tutorial 'Send Transactional Emails With Next.js and SendinBlue' in SendiBlue.com blog.
Next.js is a wonderful Framework based on React that allows us to render views from the server side. We will use Next.js with Sendinblue to send transactional emails. Sendinblue is a comprehensive suite of SaaS communication tools, including email marketing, transactional emails, text messages, and more.
Make sure you have npm installed.
git clone [email protected]:malithmcr/sendinblue-next-js-transactional-emails.git
- Run
npm install
- Start the dev server using
npm run dev
npm run dev
- start the dev servernpm run build
- create a production ready buildnpm start
- start production servernpm staging
- start staging server