Skip to content

435352980/studysys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

studysys

基于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

docker nginx启动(默认81端口)

cd ./client && docker-compose up -d

About

基于React+Nodejs的个人全栈学习项目

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published