Skip to content

io-berg/Chat-with-signalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHAT-WITH-SIGNALR

How to Install

  • Clone the project:

    git clone https://github.com/io-berg/Chat-with-signalR.git_
  • Install Dependencies:

    • Server Dependencies

      cd server # Navigate to the server folder
      dotnet restore # Restore the server dependencies
    • Client Dependencies

      cd client # Navigate to the client folder
      npm install # Install the client dependencies
  • Running the Project

    • Server

      cd server # Navigate to the server folder
      dotnet run # Run the Server
    • Run the client:

      cd client # Navigate to the client folder
      npm run dev # Run the Client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages