Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 436 Bytes

Resource sharing forum(资源共享论坛)

一个用前端vue,后台koa,数据库mongodb 做的 资源共享论坛

git clone [email protected]:roy-lau/RSFroum.git --depth=1 		# 下载此项目
cd RSFroum 	# 进入项目录
yarn 		# 安装依赖

yarn start 	  # 启动项目(前后台同时启动)
yarn server 	# 启动后台
yarn server:test 	  # 测试
yarn dev 	    # 启动前端(后台需启动)