Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 406 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 406 Bytes

React-Mobx-Tutorial

A tutorial of React with mobx.

Introduction

  • Library : React + Mobx + React-Keeper
  • Environment : Webpack + Babel + React-Hot-Loader + EsLint
  • Can Use : ES6. ES7. State-1. Decorators.

Clone

git clone [email protected]:vifird/react-mobx-tutorial.git

Run Example

cd react-mobx-tutorial
npm install
npm run start

Then open http://localhost:8700