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

https://github.com/aaronksaunders/firestore-mobx-ionic-

playing around with firestore and mobx in an ionic framework mobile application
https://github.com/aaronksaunders/firestore-mobx-ionic-

angular2 firebase firestore ionic-framework ionic2 mobx

Last synced: about 2 months ago
JSON representation

playing around with firestore and mobx in an ionic framework mobile application

Awesome Lists containing this project

README

          

# firestore-mobx-ionic

[Edit this project on StackBlitz](https://stackblitz.com/edit/firestore-mobx-ionic)

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.