Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 public

gulp # this will start up dev server with live reload, and compile assets on changes
```