A fullstack setup script for bootstrapping a modern fullstack Next.js application using Bun. This script automates the entire initialization process with production-ready configurations and best practices.
- Next.js with App Router and TypeScript
- Bun package manager and script runner for improved performance
- Tailwind CSS with automatic migrator from v3 to v4
- Dual linting/formatting with ESLint and Biome
- Drizzle ORM configured for PostgreSQL databases (optional)