Compare commits
No commits in common. "nextjs-package-manager/bun" and "main" have entirely different histories.
nextjs-pac
...
main
10
README.md
10
README.md
@ -1,15 +1,15 @@
|
|||||||
# nextjs-package-manager-example-app
|
# nextjs-package-manager-example-app
|
||||||
|
|
||||||
branch: `nextjs-package-manager/bun`
|
branch: `main`
|
||||||
|
|
||||||
This repo is for testing building `Next.js` app with different package managers. This branch uses [bun](https://bun.sh) as the package manager.
|
This repo is for testing building `Next.js` app with different package managers. Each branch can be used to test different package managers.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
First, install the dependencies:
|
First, install the dependencies:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
bun install
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
@ -17,7 +17,7 @@ bun install
|
|||||||
First, run the development server:
|
First, run the development server:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
bun dev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||||
@ -27,5 +27,5 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
|
|||||||
To build the app for production, run:
|
To build the app for production, run:
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
bun run build
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user