mstdemo

mobx state tree

MIT License

Stars
3

Mobs State Tree Demo

Running the app

git clone or download this repo then go to its directory

$ yarn install or npm install
$ yarn add -g json-server
$ yarn start:backend
$ yarn start:ios

For android, you need to comment out the ios in services/api-config.js and uncomment the android

$ yarn start:android