Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ In the production mode, we will have only 1 server running. All the client side

## Setup
#### Install dependencies
```
npm install

```
#### Start development server
```
npm run dev

```
#### Build for production
```
npm run build

```
#### Start production server
```
npm run start
```