Skip to content

This is a sample chat application using Angular 7 and SignalR

Notifications You must be signed in to change notification settings

scarlin90/ChatBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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