Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 483 Bytes

File metadata and controls

13 lines (8 loc) · 483 Bytes

##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:

  1. Clone the Project
  2. Open a Terminal on your Projectrootfolder
  3. Type 'npm i' and hit Enter
  4. You can run the application via 'npm run dev:server' when the installation of the previous step is finished
  5. You should now be able to access the app via Chrome or Firefox on http://localhost:8080