Author SHA1 Message Date
Vivian Phung 5ab6ef2be2 yarn readme 2024-04-11 23:35:40 -05:00
Vivian Phung 34c4932d99 yarn 2024-04-11 23:21:40 -05:00
Vivian Phung dea0ba78d2 init 2024-04-11 23:07:39 -05:00
4 changed files with 2702 additions and 2846 deletions
+5 -5
View File
@@ -1,15 +1,15 @@
# nextjs-package-manager-example-app
branch: `nextjs-package-manager/pnpm`
branch: `nextjs-package-manager/yarn`
This repo is for testing building `Next.js` app with different package managers. This branch uses [pnpm](https://pnpm.io) as the package manager.
This repo is for testing building `Next.js` app with different package managers. This branch uses [yarn](https://yarnpkg.com/) as the package manager.
## Getting Started
First, install the dependencies:
```zsh
pnpm install
yarn install
```
## Development
@@ -17,7 +17,7 @@ pnpm install
First, run the development server:
```zsh
pnpm dev
yarn 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
pnpm build
yarn build
```
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "nextjs-package-manager-example-app",
"version": "0.0.1",
"private": true,
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
-2840
View File
File diff suppressed because it is too large Load Diff
+2696
View File
File diff suppressed because it is too large Load Diff