Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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