This is a chat application built using React and SignalR in .NET 6. Users can create accounts, log in, and chat in real-time with each other. The app also includes functionality for deleting messages and joining rooms.
- Install the latest .NET 6 SDK
- Install the latest Node.js LTS
Clone the project source:
git clone https://github.com/spaleet/react-signalr
cd react-signalr/src/
Start client:
cd /client
npm install
npm start
Start server:
cd /server/Server
dotnet run