Testing out Mobx and React
Start by these two commands:
- yarn
- yarn start
Build and run on local server:
- yarn build
- yarn add serve global
- cd build
- 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.