Skip to content

MatchUs-ZJU/matchus-admin-frontend

Repository files navigation

matchus-admin-frontend

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

Environment Prepare

安装依赖 node_modules:

npm install

or

yarn

Provided Scripts

启动应用

npm start

打包和部署应用

npm run build