Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 203 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 203 Bytes

运行项目

客户端项目

开发环境

npm run client:dev

打包

npm run client:build -- --watch

服务端环境

npm run server:build -- --watch

nodemon server.js