Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 993 Bytes

README.md

File metadata and controls

50 lines (30 loc) · 993 Bytes

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