A Next.js static site project configured for static export.
- Node.js
- pnpm
pnpm installpnpm devOpen http://localhost:3000 to view the application in development mode.
pnpm buildCreates a static export in the out/ directory.
pnpm startServes the production build locally.
pnpm dev- Start development serverpnpm build- Build for productionpnpm start- Serve production buildpnpm lint- Run ESLintpnpm typecheck- Run TypeScript type checkingpnpm format- Format code with Prettier
This project is configured as a static Next.js application with:
- Static export enabled
- Base path:
/page(production only) - Unoptimized images for static hosting compatibility
- App Router architecture
- Next.js 16
- React 19
- TypeScript
- ESLint + Prettier
- pnpm
- kixixixixi