A minimal Next.js template powered by Bun.
# Install dependencies
bun install
# Start development server
bun devOpen http://localhost:3000 in your browser.
- Bun installed
- Runtime: Bun
- Framework: Next.js
- Styling: Tailwind CSS
- Language: TypeScript
bun dev- Start development serverbun build- Build for productionbun start- Start production server
For deployment instructions and hosting options, see the Bun's deployment guides.