Skip to content

tleunen/babble-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babble-client

Simple chat system built with React.js. This client uses babble-server.

Click here for a demo

How to build

Install node.js, 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