Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhartington/ionic-firebase
https://github.com/mhartington/ionic-firebase
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhartington/ionic-firebase
- Owner: mhartington
- Created: 2015-04-14T21:58:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T04:22:36.000Z (over 9 years ago)
- Last Synced: 2024-10-04T19:43:17.836Z (3 months ago)
- Language: JavaScript
- Size: 3.56 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
What you will need:
- [node.js](https://nodejs.org/)
- [git](http://git-scm.com/)
- [Android SDK](http://developer.android.com/sdk/index.html)
- [iOS SDK](https://developer.apple.com/xcode/) (_for osx only_)You can start by installing ionic, cordova, gulp, and bower.
```bash
#windows
$ npm install -g ionic cordova gulp bower# osx and linux
$ sudo npm install -g ionic cordova gulp bower
```When that is complete, lets git clone this project and cd into it.
```bash
$ git clone https://github.com/mhartington/ionic-firebase.git$ cd ionic-firebase
```Now let's install some build tools we'll need.
```bash
$ npm install
```And then start a live reload server
```
$ ionic serve
```Happy Hacking
_Made with ♥ by [mhartington](https://twitter.com/mhartington)_`