From the course: Next.js: Creating and Hosting a Full-Stack Site

Unlock this course with a free trial

Join today to access over 24,500 courses taught by industry experts.

Releasing a Next.js app

Releasing a Next.js app

- [Instructor] All right, well at this point, we have our app ready for release. So, what you're going to want to do, since we're going to be using a platform called Vercel to do this, Vercel is the company that manages Next.js and maintains the library. So, you're going to want to create an account here. And after you've done that, you're going to want to come over to your projects by selecting your projects from this dropdown. And you should see a page that looks a lot like this. And up in the top right hand corner, we're going to go to Add New and click on Project. And there's two main ways that we can deploy something using Vercel. The first is to clone a template. These are just some template projects that Vercel provides us with in case we want to get started with Next.js. But in our case, since we already have a project that we want to deploy, we can do that by pushing that project up to a Git repo. So I'll leave that up to you. It's pretty straightforward. You just need to…

Contents