General-AI-Platform-Web-Client/README.md

14 lines
180 B
Markdown

## 📦 Install
```bash
$ git clone https://github.com/WinmezzZ/react-antd-admin.git
$ cd react-antd-admin
# npm
$ npm install
$ npm start
# yarn
$ yarn install
$ yarn start
```