Skip to content

Commit fcbdefc

Browse files
committed
Updated README.md
1 parent 4bdfa44 commit fcbdefc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ In the production mode, we will have only 1 server running. All the client side
99

1010
## Setup
1111
#### Install dependencies
12+
```
1213
npm install
13-
14+
```
1415
#### Start development server
16+
```
1517
npm run dev
16-
18+
```
1719
#### Build for production
20+
```
1821
npm run build
19-
22+
```
2023
#### Start production server
24+
```
2125
npm run start
26+
```

0 commit comments

Comments
 (0)