Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 344 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 344 Bytes

Kin Mobile-Browser Bridge Solution

Server

  • Backend with WebSocket
cd server
npm install
npm run build
npm run start

Client

  • This part mimicks 3ed party like Medium or TapaTalk
cd client
npm install
npm run build
npm run start