Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gstok authored Oct 8, 2018
1 parent 793721b commit 496f8f9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,27 @@
## 2.搭建服务端(需要支持Nodejs的操作系统,CPU1核以上剩余内存1GB以上)
+ 下载安装[Node.js](https://nodejs.org/en/)环境
+ npm全局安装webpack和webpack-dev-server
``` bash
# 全局安装webpack
npm install webpack -g

# 全局安装webpack-dev-server
npm install webpack-dev-server -g
```
## 3.配置数据库连接
+ 进入项目目录下
+ 打开db.json文件
+ 修改其中的数据库连接信息为自己的数据库连接信息(默认的数据库连接信息是我本人的服务器上的数据库,不保证可用)

## 4.运行
+ 进入项目目录下
``` bash
# 安装依赖
npm install
``` bash
# 安装依赖
npm install
# 运行系统
npm run start
```
# 运行系统
npm run start
```

## 操作系统要求
+ 因为使用的数据库是SqlServer数据库,所以推荐使用Windows操作系统
Expand Down

0 comments on commit 496f8f9

Please sign in to comment.