Deploy Next.js app for free on vercel
In this post we are going to see how we can deploy a next.js app for free using vercel.
Step 1
Push your project code to GitHub.
Step 2
Go to vercel
Click on import project and select import Git Repository
Go to GitHub and copy the url of your project and paste it the box.
Finally, Hit the deploy button and wait for sometime until the deployment is finished.