Skip to content

cnayan/react-mobx-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-MobX-Webpack Starter Kit

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

Added:

  • Babel 7
  • React 16.4
  • MobX 5
  • Webpack 4.20

To use MobX with create-react-app and decorators, react-app-rewired

Build example

npm install

or,

yarn

Run the example

npm start

or,

yarn start

Browser should open automatically. Otherwise, navigate to the URL reported in the terminal.