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
- Host: GitHub
- URL: https://github.com/tleunen/babble-client
- Owner: tleunen
- Created: 2014-10-19T17:35:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-24T23:28:13.000Z (over 11 years ago)
- Last Synced: 2025-02-13T15:31:17.785Z (over 1 year ago)
- Language: JavaScript
- Size: 734 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`