Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

cowienduckie/my-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Chat App

Sample code of ReactJS and SignalR .NET 7.

Installation and Run

The .NET 7 server will run in localhost:7214 with below commands (with .NET 7 SDK installed):

cd ChatService
dotnet build
dotnet run

The React app will run in localhost:5173 with below commands:

cd ChatApp
npm install
npm run dev

Resources

About

Sample code of ReactJS and SignalR .NET 7

Resources

Stars

Watchers

Forks