A simple Next.js application.
- Install dependencies:
npm install- Run the development server:
npm run dev- Build for production:
npm run build- Start production server:
npm startnpm testThe app will bind to the port specified by the PORT environment variable (defaults to 3000).
PORT=8000 npm start