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

https://github.com/webmaxru/ngio16

Real-time messaging Progressive Web App for Google IO 2016 (Angular Mobile Toolkit + AngularFire2 + Angular Material 2)
https://github.com/webmaxru/ngio16

Last synced: about 2 months ago
JSON representation

Real-time messaging Progressive Web App for Google IO 2016 (Angular Mobile Toolkit + AngularFire2 + Angular Material 2)

Awesome Lists containing this project

README

          

# Progressive Web App with [Angular CLI](https://cli.angular.io) + AngularFire2 + Angular Material 2

![ngIO16](https://raw.githubusercontent.com/webmaxru/ngIO16/master/src/icons/icon.png "ngIO16")

[DEMO](https://ngio16.firebaseapp.com)

To get started, install Angular CLI from [npm](https://www.npmjs.com/).

```
$ npm install -g angular-cli
```

Then install dependencies and types:

```
$ npm install
$ typings install
```

Then serve the app:

```
$ ng serve
```

Navigate to [localhost:4200](http://localhost:4200) in your browser.