/chat-client

Simple Chat Client

Primary LanguageJavaScript

Simple Chat Client

React application with Faye browser client.

Installation

$ npm install
$ npm run dist

Usage

$ npm start

This command starts web-server and makes application available at http://localhost:8080

Development

Rebuild a bundle automatically and update browser on changes with webpack-dev-server.

$ npm run dev

License

Simple Chat Client is released under the MIT License.