# mobx-react-boilerplate **Repository Path**: jasonzhouu/mobx-react-boilerplate ## Basic Information - **Project Name**: mobx-react-boilerplate - **Description**: mirror of - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/mobxjs/mobx-react-boilerplate - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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!).