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

https://github.com/iggredible/mobx-react-todo-demo

Simple todo-app to study MobX + React
https://github.com/iggredible/mobx-react-todo-demo

Last synced: 3 months ago
JSON representation

Simple todo-app to study MobX + React

Awesome Lists containing this project

README

        

mobx-react Todo demo
=====================

Study to learn [MobX](https://mobxjs.github.io/mobx) with [React](https://facebook.github.io/react).

![demo](/assets/images/mobx-react-todo-demo.gif)

### Run it:

```
npm install
npm start
open http://localhost:3000
```

Boilerplate forked from [mobx-react-boilerplate github](https://github.com/mobxjs/mobx-react-boilerplate).