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

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

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.