No Description

zhouna 0aadb2a21e 原版保留 4 years ago
src 0aadb2a21e 原版保留 4 years ago
.gitignore 72ae3c902f 初始环境 5 years ago
package.json 72ae3c902f 初始环境 5 years ago
readme.txt 72ae3c902f 初始环境 5 years ago
server.js 72ae3c902f 初始环境 5 years ago
webpack.config.js 0aadb2a21e 原版保留 4 years ago

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
```