An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/mstdemo

mobx state tree
https://github.com/webmasterdevlin/mstdemo

Last synced: 3 months ago
JSON representation

mobx state tree

Awesome Lists containing this project

README

        

# Mobs State Tree Demo

### Running the app

git clone or download this repo then go to its directory

```sh
$ 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

```sh
$ yarn start:android
```