nextjs-package-manager-exam.../README.md
Vivian Phung 4fc5eeb245
bun
2024-04-11 23:34:33 -05:00

540 B

nextjs-package-manager-example-app

branch: nextjs-package-manager/bun

This repo is for testing building Next.js app with different package managers. This branch uses bun as the package manager.

Getting Started

First, install the dependencies:

bun install

Development

First, run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.

Production

To build the app for production, run:

bun run build