How to change the development server port in Next.js
Introduction
When running up the Next.js application locally, by default the application will run on port 3000 and that's a very commonly used port.
Now the question arises, how to change the server port?
Changing the port
The answer to the question ...
h.dhairyashah.dev1 min read