Compare commits
2 Commits
main
...
nextjs-pac
Author | SHA1 | Date | |
---|---|---|---|
|
5ab6ef2be2 | ||
|
34c4932d99 |
10
README.md
10
README.md
@ -1,15 +1,15 @@
|
||||
# nextjs-package-manager-example-app
|
||||
|
||||
branch: `main`
|
||||
branch: `nextjs-package-manager/yarn`
|
||||
|
||||
This repo is for testing building `Next.js` app with different package managers. Each branch can be used to test different package managers.
|
||||
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
|
||||
|
||||
yarn install
|
||||
```
|
||||
|
||||
## Development
|
||||
@ -17,7 +17,7 @@ First, install the dependencies:
|
||||
First, run the development server:
|
||||
|
||||
```zsh
|
||||
|
||||
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
|
||||
|
||||
yarn build
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user