Compare commits

..

1 Commits

Author SHA1 Message Date
Vivian Phung
0c31b47d23
plain 2024-04-11 23:29:57 -05:00
2 changed files with 5 additions and 2701 deletions

View File

@ -1,15 +1,15 @@
# nextjs-package-manager-example-app # nextjs-package-manager-example-app
branch: `nextjs-package-manager/yarn` branch: `main`
This repo is for testing building `Next.js` app with different package managers. This branch uses [yarn](https://yarnpkg.com/) 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
yarn install
``` ```
## Development ## Development
@ -17,7 +17,7 @@ yarn install
First, run the development server: First, run the development server:
```zsh ```zsh
yarn 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
yarn build
``` ```

2696
yarn.lock

File diff suppressed because it is too large Load Diff