Start the development server
Start auto-reloading server
Run the built Next.js app in production mode
npm start
Start dev server on port 3000
Start on specific port
PORT=3001 npm start
Run the Django development server
Create a new React application
Build the app for production