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)
- Host: GitHub
- URL: https://github.com/webmaxru/ngio16
- Owner: webmaxru
- Created: 2016-05-19T21:51:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T16:19:07.000Z (about 10 years ago)
- Last Synced: 2025-07-20T06:25:38.121Z (11 months ago)
- Language: TypeScript
- Size: 194 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Progressive Web App with [Angular CLI](https://cli.angular.io) + AngularFire2 + Angular Material 2

[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.