June 2024
Intermediate to advanced
508 pages
10h 53m
English
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:
Before we start, please install all requirements from Chapter 1, Preparing for Full-Stack Development, and Chapter 2, Getting to Know Node.js and MongoDB.
The versions listed in those ...
Read now
Unlock full access