nextjs-package-manager-exam.../README.md
Vivian Phung 34c4932d99
yarn
2024-04-11 23:21:40 -05:00

32 lines
525 B
Markdown

# nextjs-package-manager-example-app
branch: `nextjs-package-manager/yarn`
This repo is for testing building `Next.js` app with different package managers. This branch uses `yarn` as the package manager.
## Getting Started
First, install the dependencies:
```zsh
yarn install
```
## Development
First, run the development server:
```zsh
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Production
To build the app for production, run:
```zsh
yarn build
```