init
This commit is contained in:
parent
dea0ba78d2
commit
8ae390a604
@ -9,7 +9,7 @@ This repo is for testing building `Next.js` app with different package managers.
|
|||||||
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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user