##Sample Chatapp for sending and recieving Messages with Websockets
NodeJs v. 12.xx.x should be installed on your local device
#Steps to setup the Application on a local machine:
- Clone the Project
- Open a Terminal on your Projectrootfolder
- Type 'npm i' and hit Enter
- You can run the application via 'npm run dev:server' when the installation of the previous step is finished
- You should now be able to access the app via Chrome or Firefox on http://localhost:8080