## 📦 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
```