Aucune description

wangsy ff2f3726f6 master代码上次196 il y a 11 mois
src 267e3d5bbe 名字修改 il y a 2 ans
.gitignore 72ae3c902f 初始环境 il y a 5 ans
package.json ff2f3726f6 master代码上次196 il y a 11 mois
readme.txt 72ae3c902f 初始环境 il y a 5 ans
server.js 72ae3c902f 初始环境 il y a 5 ans
webpack.config.js ff2f3726f6 master代码上次196 il y a 11 mois

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