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

https://github.com/jrainlau/react-mobx-learning


https://github.com/jrainlau/react-mobx-learning

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-mobx-learning
学习react+mobx构建应用

## 目录结构
```
.
└── src
├── App.js
├── components
│ └── ListView.js
├── index.js
├── main.css
└── store
└── index.js
```

## 开发
```
yarn start
```

## 构建
```
yarn run build
```