https://github.com/webmasterdevlin/react-native-mst
ReactNative - Mobx State Tree
https://github.com/webmasterdevlin/react-native-mst
Last synced: 6 months ago
JSON representation
ReactNative - Mobx State Tree
- Host: GitHub
- URL: https://github.com/webmasterdevlin/react-native-mst
- Owner: webmasterdevlin
- Created: 2019-06-07T17:42:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:38:44.000Z (over 3 years ago)
- Last Synced: 2025-10-03T13:51:58.710Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to run the app
Install json-server globally
```sh
$ yarn global add json-server
```
Then run the following for iOS or Android
```sh
$ yarn run start:ios
$ yarn run start:android
```
The above commands will concurrently run react-native and the mock backend service which is the json-server