Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 390 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 390 Bytes

Sample Chat Application with Socket.io

git clone https://github.com/kayahanbaskeser/chat-app-socket-io.git chat-app
cd chat-app
yarn install  # install dependencies
yarn start