Next.js + React website startup template with Docker containerized deployment
- Next.js 14.2.28 + React 18.2.0
- TypeScript 5.3 strict mode
- SCSS 1.72 modular styles
- Docker Compose dev/prod environments
git clone https://github.com/pardnchiu/next-startup.git
cd next-startup
cp .env.example .env# Development
docker compose up
# Production
docker compose -f docker-compose.prod.yml upcd app
npm install
npm run devThis project is licensed under the MIT LICENSE.