Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobxjs/mobx-react-boilerplate
Small project to quickly start with React, MobX, JSX, ES6, Babel
https://github.com/mobxjs/mobx-react-boilerplate
Last synced: about 12 hours ago
JSON representation
Small project to quickly start with React, MobX, JSX, ES6, Babel
- Host: GitHub
- URL: https://github.com/mobxjs/mobx-react-boilerplate
- Owner: mobxjs
- License: mit
- Created: 2015-07-27T05:29:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T07:40:54.000Z (about 5 years ago)
- Last Synced: 2024-05-18T20:47:10.433Z (7 months ago)
- Language: JavaScript
- Homepage: http://mobxjs.github.io/mobx
- Size: 138 KB
- Stars: 894
- Watchers: 28
- Forks: 205
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mobx-react-boilerplate
=====================A minimal application that combines [MobX](https://mobxjs.github.io/mobx) with [React](https://facebook.github.io/react).
Supports ES6 and JSX compilation through babel.* Support for React-Hot-Loader can be found in the [`with-hot-loader`](https://github.com/mobxjs/mobx-react-boilerplate/tree/with-hot-loader) branch
* For a typescript based boilerplate, see [`mobx-react-typescript-boilerplate`](https://github.com/mobxjs/mobx-react-typescript-boilerplate)
* To use MobX with create-react-app and decorators, [react-app-rewired](https://github.com/timarney/react-app-rewired/tree/master/packages/react-app-rewire-mobx) or this example using [custom-react-scripts](https://github.com/codylindley/mobx-react)### Run the example
```
npm install
npm start
```Browser should open automatically. Otherwise, navigate to the URL reported in the terminal
### Credits
* [Mendix](http://github.com/mendix) for providing the opportunity to battle test this approach (we're hiring!).