Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokiy authored Dec 21, 2016
1 parent f22db52 commit c89955d
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,21 @@ Electron打包的socket即时通讯应用
*执行*

```sh
cd server
npm install 安装需要的依赖
npm start 启动服务器
cd server
# 安装需要的依赖
npm install
# 启动服务器
npm start
```
#### 客户端
*执行*

```sh
cd client
npm install 安装需要的依赖
npm start 启动应用(可以多开几个终端进行测试)
cd client
# 安装需要的依赖
npm install  
# 启动应用(可以多开几个终端进行测试)
npm start
```

#### 应用打包
Expand Down

0 comments on commit c89955d

Please sign in to comment.