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
- Host: GitHub
- URL: https://github.com/iggredible/mobx-react-todo-demo
- Owner: iggredible
- License: mit
- Created: 2017-08-16T00:29:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T17:49:01.000Z (almost 8 years ago)
- Last Synced: 2025-01-07T06:43:09.469Z (5 months ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

### Run it:
```
npm install
npm start
open http://localhost:3000
```Boilerplate forked from [mobx-react-boilerplate github](https://github.com/mobxjs/mobx-react-boilerplate).