A web application built with Next.js using Bun as the JavaScript runtime and package manager.
- Clone:
git clone https://github.com/SpinBoxx/nextjs-with-bun.git - Install:
bun install - Develop:
bun run dev - Build:
bun run build - Start:
bun run start - Test:
bun test
- Next.js
- Bun
- React
- TypeScript
MIT