Coursify
Create New CourseGalleryContact

NextJS

Unit 1
Routing
Routing BasicsRouting AdvancedCustom Routing
Unit 3 • Chapter 3

Custom Deploying

Video Summary

This tutorial video shows how to deploy a Next.js application to the web using a tool called Vercel. The steps are as follows: 1. Create a new repository on GitHub. 2. Add your Next.js application to the repository. 3. Push your changes to GitHub. 4. Create a new project in Vercel. 5. Import your Next.js application into Vercel. 6. Add your environment variables to Vercel. 7. Deploy your application. 8. View your application in the Vercel dashboard.

Knowledge Check

What tool did Clint use to deploy his application?

What is the name of the file that Clint used to store his API key?