/ChatRoomJS

Primary LanguageJavaScript

ChatRoomJS

This is a chatroom application built in ReactJS, communicating with a provided chatserver through WebSocket.

Dependencies

To load the project logo correctly you need to install file-loader and url-loader through npm:

npm install --save-dev file-loader
npm install --save-dev url-loader

Then you run the application using npm:

npm install
npm start