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
- Host: GitHub
- URL: https://github.com/aaronksaunders/firestore-mobx-ionic-
- Owner: aaronksaunders
- License: mit
- Created: 2017-10-12T14:28:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T05:16:07.000Z (over 8 years ago)
- Last Synced: 2025-01-21T20:11:31.179Z (over 1 year ago)
- Topics: angular2, firebase, firestore, ionic-framework, ionic2, mobx
- Language: TypeScript
- Size: 1.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.