Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
055b63d4a2 | ||
|
|
df40bf82bb |
@@ -1,15 +1,15 @@
|
||||
# nextjs-package-manager-example-app
|
||||
|
||||
branch: `nextjs-package-manager/bun`
|
||||
branch: `nextjs-package-manager/pnpm`
|
||||
|
||||
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. This branch uses [pnpm](https://pnpm.io) as the package manager.
|
||||
|
||||
## Getting Started
|
||||
|
||||
First, install the dependencies:
|
||||
|
||||
```zsh
|
||||
bun install
|
||||
pnpm install
|
||||
```
|
||||
|
||||
## Development
|
||||
@@ -17,7 +17,7 @@ bun install
|
||||
First, run the development server:
|
||||
|
||||
```zsh
|
||||
bun dev
|
||||
pnpm dev
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
```zsh
|
||||
bun run build
|
||||
pnpm build
|
||||
```
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nextjs-package-manager-example-app",
|
||||
"version": "0.0.1",
|
||||
"private": false,
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
|
||||
Generated
+2840
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user