/react-client-chat

A React javascript client chat app that connects to a chat server from a browser using Websockets.

Primary LanguageJavaScriptMIT LicenseMIT

react-client-chat

A React javascript client chat app that connects to a chat server from a browser using Websockets.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

A working installation of Node.js

Installation

Clone the repository.

Install dependencies inside the cloned repository directory

npm install

You must adjust the server address in index.js to that of your running chat server.

Running the chat client

From the command line:

npm start

The React application will report an address which you can then access the chat client via a browser.

Coding Standard

JavaScript Style Guide

Built with

Authors

  • Kevin Smith

License

MIT

See Also

See also the corresponding chat server application you can use to connect to with this chat client: https://github.com/kevin2244/chat-server-ws