Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pengx17/nc_polymer

Slack like chatroom, built with Polymer
https://github.com/pengx17/nc_polymer

Last synced: about 1 month ago
JSON representation

Slack like chatroom, built with Polymer

Awesome Lists containing this project

README

        

# nc_polymer

A simple mock application of [slack](https://slack.com).

## Tech stack
- Google Polymer 1.0
- Firebase
- MVVM pattern. Databinding enabled with polymer's view and firebase.
- Electron

## Run locally with your favourite http server
The following shows how to run with `http-server` utility:
```
bower install
npm install -g http-server
http-server
```
## Run with electron
```
electron .
```