Build the app for production
Start production server
Run the Next.js development server
Run the built Next.js app in production mode
npm run start
Starts the Next.js app after a build on port 3000 by default.
Create a new Next.js project using create-next-app
Run ESLint on your Next.js project
Start the development server