DEV Community

Cover image for Deploy NextJs to Netlify
CodewithGuillaume
CodewithGuillaume

Posted on

Deploy NextJs to Netlify

A quick guide to deploy your first app on Netlify.

Hello everybody,

Here's a quick step to deploy your Next.js app to Netlify.

Youtube's video here.

  1. Create your Next.js App.
  2. Create a new repository on Github.com.
  3. Signup (or login) to Netlify.com and click on Add a new site.
  4. Connect Netlify to Github then import your repository.
  5. Click on Deploy.

Enjoy!

Best,

Guillaume

Top comments (0)