Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhartington/ionic-firebase


https://github.com/mhartington/ionic-firebase

Last synced: 2 months ago
JSON representation

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)_`