Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abritopach/ionic-mobx-example

Sample project that shows how mobx can help you manage application state in your Ionic app.
https://github.com/abritopach/ionic-mobx-example

ionic ionic-framework ionic2 mobx mobx-ionic

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Ionic-mobx-example

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

Original source (Ashteya Biharisingh):

- https://gonehybrid.com/how-to-manage-state-in-ionic-apps-with-mobx-part-1/
- https://gonehybrid.com/how-to-manage-state-in-ionic-apps-with-mobx-part-2/

* 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:

```bash
npm install
ionic serve
```

* Test in Android:

```bash
ionic cordova add platform android
ionic cordova run android
```

* Test in iOS:

```bash
ionic cordova add platform ios
ionic cordova run ios
```

## Requirements

* [Node.js](http://nodejs.org/)
* [Ionic Cordova](https://ionicframework.com/docs/intro/installation/)

## License

MIT License.

Original work Copyright (c) Ashteya Biharisingh