/create-nextjs

Bun template for nextjs app

Primary LanguageTypeScript

create-nextjs

Install bun

curl -fsSL https://bun.sh/install | bash

Create template

bun create kmartinezmedia/create-nextjs
bun install

Dev

bun run dev

Build

bun run build

Lint

bun run lint

Format

bun run format