Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/react-mobx-state-tree-example
An example of React MobX state tree async application
https://github.com/andrepolischuk/react-mobx-state-tree-example
example example-app mobx-state-tree postcss react
Last synced: 2 days ago
JSON representation
An example of React MobX state tree async application
- Host: GitHub
- URL: https://github.com/andrepolischuk/react-mobx-state-tree-example
- Owner: andrepolischuk
- License: mit
- Created: 2017-10-10T12:25:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T12:46:16.000Z (about 7 years ago)
- Last Synced: 2024-11-09T10:28:51.170Z (about 2 months ago)
- Topics: example, example-app, mobx-state-tree, postcss, react
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mobx-state-tree-example
> An example of React MobX state tree async application
## Install
```sh
git clone https://github.com/andrepolischuk/react-mobx-state-tree-example
cd react-mobx-state-tree-example
npm install
```## Run
```sh
npm start
```## Test
```sh
npm test
```## Build
```sh
npm run build
```## Under the hood
* [x] [React](https://github.com/facebook/react)
* [x] [MobX state tree](https://github.com/mobxjs/mobx-state-tree)
* [x] [MobX logger](https://github.com/winterbe/mobx-logger)
* [x] [Webpack](https://github.com/webpack/webpack)
* [x] [Babel](https://github.com/babel/babel)
* [x] [CSS modules](https://github.com/css-modules/css-modules)
* [x] [PostCSS](https://github.com/postcss/postcss)
* [x] [Cssnext](https://github.com/MoOx/postcss-cssnext)
* [x] [Standard Style](https://github.com/standard/standard)## License
MIT