https://github.com/webmasterdevlin/mstdemo
mobx state tree
https://github.com/webmasterdevlin/mstdemo
Last synced: 3 months ago
JSON representation
mobx state tree
- Host: GitHub
- URL: https://github.com/webmasterdevlin/mstdemo
- Owner: webmasterdevlin
- License: mit
- Created: 2019-06-28T08:10:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:22:27.000Z (over 2 years ago)
- Last Synced: 2025-02-11T13:22:07.156Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.3 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```