An open API service indexing awesome lists of open source software.

https://github.com/dev-shelvin-batista/react-socket-chat

Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.
https://github.com/dev-shelvin-batista/react-socket-chat

chat chat-application css html-css-javascript html5 javascript npm react react-components reactjs socket-io socket-io-client socket-programming

Last synced: 8 months ago
JSON representation

Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.

Awesome Lists containing this project

README

          

# Project details

Application to generate a chat with React by connecting to socket private channels of a backend development project in NodeJS.

| |Version |
|----------------|-------------------------------|
|React|`18.2.0` |
|NPM |`11.5.2` |
|Node.js |`22.14.0`|

## Instructions

To run the frontend project, follow these steps:

- Clone the project, either with the command git clone `https://github.com/dev-shelvin-batista/react-socket-chat.git` or using a GitHub graphical tool.

- After cloning the repository, install the node dependencies using the command `npm install` inside the `react-socket-chat` project folder. If an error occurs, add the --force option.

- Run the command `npm run start` to start the server. By default, the url `http://localhost:3000` is used.