Compare commits

..

2 Commits

Author SHA1 Message Date
Vivian Phung
9f32e16494
npm 2024-04-11 23:27:54 -05:00
Vivian Phung
8ae390a604
init 2024-04-11 23:10:39 -05:00
2 changed files with 4833 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# nextjs-package-manager-example-app # nextjs-package-manager-example-app
branch: `main` branch: `nextjs-package-manager/npm`
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 [npm](https://www.npmjs.com/) as the package manager.
## Getting Started ## Getting Started
First, install the dependencies: First, install the dependencies:
```zsh ```zsh
npm install
``` ```
## Development ## Development
@ -17,7 +17,7 @@ First, install the dependencies:
First, run the development server: First, run the development server:
```zsh ```zsh
npm run 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
npm run build
``` ```

4828
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff