Deploying a Next.js App
After learning about advanced Next.js concepts, it’s time to learn how to deploy a Next.js app. The easiest way to deploy Next.js apps is by using the Vercel platform, provided by the company that develops the Next.js framework. After learning how to deploy our app on the Vercel platform, we are going to learn how to create a custom deployment setup using Docker.
In this chapter, we are going to cover the following main topics:
- Deploying a Next.js app with Vercel
- Creating a custom deployment setup for Next.js apps