/react_mobx

Testing out Mobx and React

Primary LanguageJavaScriptMIT LicenseMIT

react_mobx

Testing out Mobx and React

Start by these two commands:

  1. yarn
  2. yarn start

Build and run on local server:

  1. yarn build
  2. yarn add serve global
  3. cd build
  4. serve -s

N.B. The full list of users can be checkout at src/mocsk/api.js

This project was bootstrapped with Create React App.