Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 659 Bytes

ChatBox

This is a sample chat application using Angular 7 and SignalR

Running Application (Docker)

Step 1 - Download Docker

Install Docker

Step 2 - Install Yarn package manager and run install

Open a terminal within the client folder and run the following commands

$ yarn install
Step 3 - Build Docker Images

Run build-image.bat within client and server folders

Step 4 - Run Docker Containers

Open a terminal and run the following commands

$ cd ChatBox
$ docker-compose up
Step 5

To access ChatBox web interface Open two browsers with following URL: http://localhost:4200