Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 391 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 391 Bytes

校园社区系统

基于create-react-app构建 ,一个简易的校园社区系统,有常见的增删改查和后台管理功能

使用

$ git clone https://github.com/LazyCaty/community.git
npm install
npm start

后台接口

链接

$ git https://github.com/LazyCaty/communityServer.git
npm install
npm start