基于React+Nodejs的个人全栈学习项目
1.开启后台mock servercd ./api && yarn && yarn mock
2.调试前需提前生成dll库文件cd ./client && yarn && yarn build:dll
调试 yarn dev
模拟打包上线 yarn serve
后端接口配置为http://localhost:3000
后端接口apidoc配置为http://localhost:3000/graphiql
前端地址为http://localhost:8080
cd ./client && docker-compose up -d