Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 305 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 305 Bytes

matchus-admin-frontend

ZJU MatchUs项目后台应用。使用Ant Design Pro开发。

Environment Prepare

安装依赖 node_modules:

npm install

or

yarn

Provided Scripts

启动应用

npm start

打包和部署应用

npm run build