Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catkins/chatterbox
WIP: Slack clone built with RethinkDB, Express, Babel and React
https://github.com/catkins/chatterbox
Last synced: 19 days ago
JSON representation
WIP: Slack clone built with RethinkDB, Express, Babel and React
- Host: GitHub
- URL: https://github.com/catkins/chatterbox
- Owner: catkins
- Created: 2015-07-23T09:17:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T12:49:07.000Z (over 9 years ago)
- Last Synced: 2024-10-19T21:47:35.934Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatterbox
### Work in progress
Explorations in making a Slack clone with React + Express + Rethinkdb
### Prerequisites
- NodeJS
- Gulp
- Bower
- Rethinkdb (not yet...)```bash
git clone [email protected]/catkins/chatterbox.git
cd colour-box
npm install -g gulp bower
npm install
bower install
```### Building
```bash
gulp build # output all generated assets to ./public
gulp server # fire up a dev server serving the generated assets
gulp watch # will watch local sources for changes, compile where necessary and copy to publicgulp # this will start up dev server with live reload, and compile assets on changes
```