Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 163 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 163 Bytes

启动

npm run init
npm start

单独启动 Web

cd web
npm i
npm start

单独启动 Node

cd servers
npm i
npm start