Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 392 Bytes

test-task-chat

This simple chat app demonstrates WebSocket by the backend and the frontend side.

  1. Get this app:
git clone https://github.com/taksenov/test-task-chat.git
cd ./test-task-chat
npm i
  1. Run backend:
npm run start
run web-server: "http-server ./src/public" or "npm run public"
  1. In your browser go to url: "http://localhost:8080"