Next.js application with server-side rendering for ShipNode deployment.
- Server-side rendering (SSR)
- React Server Components
- Standalone output for deployment
- App Router (Next.js 14+)
pnpm install
pnpm devServer runs on http://localhost:3000
pnpm buildThis creates a standalone build optimized for deployment.
shipnode deployThe shipnode.conf configures this as a backend service (SSR) on port 3000.
next.config.jsusesoutput: 'standalone'for optimized deployment- SSR requires backend configuration in ShipNode