Deployment
Deploy to production environments.
Prerequisites
- Configured environment variables
- Database migrations applied
Build
npm run build
Deploy to Cloud
AWS
aws s3 sync build/ s3://your-bucket
Vercel
vercel deploy --prod
Health Checks
Configure health check endpoints at /health for load balancers.