Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xiaojundebug/react-admin-lite

学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本
https://github.com/xiaojundebug/react-admin-lite

admin antd mobx react react-router typescript

Last synced: 21 days ago
JSON representation

学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本

Awesome Lists containing this project

README

        

react-admin-lite


travis

> _学习 react 技术栈时所写的一个简易后台,基于 create-react-app ts 版本_

## 技术栈

- react + hooks
- react-router
- ~~redux~~
- mobx
- typescript
- antd
- axios
- mockjs

## 启动

```bash
yarn start
```

## 打包

```bash
yarn build
```