How to change Next.js port
You can start Next.js development server with the command npm run dev This will start the development server on port 3000. boby@sok-01:/www/learn/nextjs/todo (main)$ npm run dev > dev > next dev ready – started server on 0.0.0.0:3000, url: http://localhost:3000 event – compiled client and server successfully in 1645 ms (163 modules) wait – compiling… event … Read more