Run the built Next.js app in production mode
Start auto-reloading server
Create a new Next.js project using create-next-app
Run the Next.js development server
npm run dev
Starts the local dev server at http://localhost:3000.
Start dev server
Start dev server with Yarn
yarn dev
Build the app for production
Run ESLint on your Next.js project
Start the development server