/chat-app-web-sockets

Web chat application utilizing Web Sockets. Via Socket.io and React.

Primary LanguageJavaScript

chat-app-web-sockets

Web chat application utilizing Web Sockets. Via Socket.io and React.

Build commands

Install all needed dependencies; build command "yarn" in the client folder, and "npm i" in the server folder via terminal or powershell. NodeJS is needed to run the app.

Run the app

• npm start in the server directory

• yarn dev in the client directory