Açıklama Yok

wangsy ff2f3726f6 master代码上次196 11 ay önce
src 267e3d5bbe 名字修改 2 yıl önce
.gitignore 72ae3c902f 初始环境 5 yıl önce
package.json ff2f3726f6 master代码上次196 11 ay önce
readme.txt 72ae3c902f 初始环境 5 yıl önce
server.js 72ae3c902f 初始环境 5 yıl önce
webpack.config.js ff2f3726f6 master代码上次196 11 ay önce

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