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
-