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

https://github.com/tleunen/babble-client

Babble chat client
https://github.com/tleunen/babble-client

Last synced: about 1 year ago
JSON representation

Babble chat client

Awesome Lists containing this project

README

          

# babble-client

Simple chat system built with [React.js](https://github.com/facebook/react).
This client uses [babble-server](https://github.com/tleunen/babble-server).

[Click here for a demo](http://tleunen.github.io/babble-client/)

## How to build

Install [node.js](http://nodejs.org/), then

`npm install -g grunt-cli`

then, in the project folder

`npm install`

then

`grunt dev` for development

or

`grunt build` for distribution build.

The files will be inside the folder `/dist`