Skip to content

hostari/nextjs-deploy-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js Deployment Sample

A production-ready Next.js application sample for PaaS platform demonstrations.

Quick Start

  1. Install dependencies:
bun install
  1. Build for production:
bun run build
  1. Start the production server:
bun run start

Environment Variables

Optional

  • PORT - Server port (default: 3000)

Production Notes

  • Configured with standalone output for optimal deployment
  • Built-in production optimizations enabled
  • Ready for containerized deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published