This is a sample chat application using Angular 7 and SignalR
Install Docker
Open a terminal within the client folder and run the following commands
$ yarn install
Run build-image.bat within client and server folders
Open a terminal and run the following commands
$ cd ChatBox
$ docker-compose up
To access ChatBox web interface Open two browsers with following URL: http://localhost:4200