Deploying a Next.js application on Vercel

โœ๏ธ

How to deploy a Next.js application on Vercel

2 Oct, 2021 ยท 1 min read

Seeing that the fantastic creators of Next.js created Vercel, it's the smartest choice to go with Vercel as your Next hosting.

They make the process super easy!

Deploying a Next.js application on Vercel

To get started deploying your app on Vercel, follow along with these steps:

  1. Visit the Vercel website and sign up (I used GitHub as the provider)
  2. From the import project, choose your GitHub project
  3. Since it's a Next.js project, everything will be set correctly. We have to choose a team and click the deploy button
  4. Visit your project online ๐ŸŽ‰

You can find my deployed version here:

Next Tailwind project on Vercel

And that's how easy it can be! Even on other hosts like Netlify the process is quite similar and easy to follow.

Thank you for reading, and let's connect!

Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter

Spread the knowledge with fellow developers on Twitter
Tweet this tip
Powered by Webmentions - Learn more

Read next ๐Ÿ“–

Adding a layout to NextJS - part 3

10 Oct, 2022 ยท 2 min read

Adding a layout to NextJS - part 3

NextJS portfolio setting up - part 2

9 Oct, 2022 ยท 3 min read

NextJS portfolio setting up - part 2