sample of ionic2 with mobx and mobx-state-tree implemented
Edit this project on StackBlitz
This is a starter template for Ionic projects.
First you need to run npm install
.
After that, to preview in your browser simply run:
$ ionic serve
To preview in the emulator, run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Substitute ios for android if not on a Mac.