Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pengx17/nc_polymer
- Owner: pengx17
- Created: 2015-10-12T05:05:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T06:41:07.000Z (about 9 years ago)
- Last Synced: 2024-10-12T19:13:45.772Z (2 months ago)
- Language: HTML
- Homepage: https://xp-chat.firebaseapp.com
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```