Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f32e16494 | ||
|
|
8ae390a604 |
@@ -1,15 +1,15 @@
|
||||
# nextjs-package-manager-example-app
|
||||
|
||||
branch: `nextjs-package-manager/yarn`
|
||||
branch: `nextjs-package-manager/npm`
|
||||
|
||||
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. This branch uses [npm](https://www.npmjs.com/) as the package manager.
|
||||
|
||||
## Getting Started
|
||||
|
||||
First, install the dependencies:
|
||||
|
||||
```zsh
|
||||
yarn install
|
||||
npm install
|
||||
```
|
||||
|
||||
## Development
|
||||
@@ -17,7 +17,7 @@ yarn install
|
||||
First, run the development server:
|
||||
|
||||
```zsh
|
||||
yarn dev
|
||||
npm run 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
|
||||
npm run build
|
||||
```
|
||||
|
||||
Generated
+4828
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user