ASP.Net Core 7 app with SignalR running seperately from a React-Typescript front end using MaterialUI.
Room specific chat app where users can enter a name and room code to speak to other people in the room with real time updates from SignalR.
To run in dev environment:
- Clone Repo
- cd SpeakEasy.Api
- dotnet restore
- cd ./SpeakeEasy.Web
- yarn / npm install
- yarn dev:start
- Run the debugger for the backend
- Navigate to https://localhost:9000