Skip to content

Sample project that shows how mobx can help you manage application state in your Ionic app.

Notifications You must be signed in to change notification settings

abritopach/ionic-mobx-example

Repository files navigation

Ionic-mobx-example

Sample project that shows how mobx can help you manage application state in your Ionic app.

Original source (Ashteya Biharisingh):

  • FrontEnd: Ionic App.

Running

Before you go through this example, you should have at least a basic understanding of Ionic concepts. You must also already have Ionic installed on your machine.

  • Test in localhost:

To run it, cd into ionic-mobx-example and run:

npm install
ionic serve
  • Test in Android:
ionic cordova add platform android
ionic cordova run android
  • Test in iOS:
ionic cordova add platform ios
ionic cordova run ios

Requirements

License

MIT License.

Original work Copyright (c) Ashteya Biharisingh

About

Sample project that shows how mobx can help you manage application state in your Ionic app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published