Sen descrición

zhouna 2d9a01c53c 测试1 %!s(int64=5) %!d(string=hai) anos
src 2d9a01c53c 测试1 %!s(int64=5) %!d(string=hai) anos
.gitignore 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
package.json 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
readme.txt 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
server.js 72ae3c902f 初始环境 %!s(int64=5) %!d(string=hai) anos
webpack.config.js 108df0a4bd 运行质控 %!s(int64=5) %!d(string=hai) anos

readme.txt

## install dependencies
```
npm install
```

### serve with hot reload at localhost:8080
```
npm run server/dev
```

### build for production with minification
```
npm run build
```