Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 579 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 579 Bytes

mobx-react-boilerplate

A minimal application that combines MobX with React. Supports ES6 and JSX compilation through babel.

  • For a more sophisticated project to start with, see the full TodoMVC implementation: mobx-react-todomvc.

Run the example

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

Credits

  • Mendix for providing the opportunity to battle test this approach (we're hiring!).