https://github.com/aaronksaunders/ionic2-mobx-state-tree
sample of ionic2 with mobx and mobx-state-tree implemented
https://github.com/aaronksaunders/ionic2-mobx-state-tree
angular2 ionic-framework ionic2 javascript mobx mobx-state-tree
Last synced: about 2 months ago
JSON representation
sample of ionic2 with mobx and mobx-state-tree implemented
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic2-mobx-state-tree
- Owner: aaronksaunders
- Created: 2017-08-21T11:29:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-22T12:13:15.000Z (almost 9 years ago)
- Last Synced: 2025-03-15T04:26:36.829Z (about 1 year ago)
- Topics: angular2, ionic-framework, ionic2, javascript, mobx, mobx-state-tree
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-mobx-mobx-state-tree
[Edit this project on StackBlitz](https://stackblitz.com/edit/ionic-mobx-mobx-state-tree)
This is a starter template for [Ionic](http://ionicframework.com/docs/) projects.
## How to use this template with the Ionic CLI:
First you need to run `npm install`.
After that, to preview in your browser simply run:
```bash
$ ionic serve
```
To preview in the emulator, run:
```bash
$ ionic cordova platform add ios
$ ionic cordova run ios
```
Substitute ios for android if not on a Mac.