Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 285 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 285 Bytes

j-Chat

JavaScript real time chat application.

Install

// clone repo
git clone https://github.com/Ats1999/j-Chat.git

cd j-Chat

// install server packages
npm i

// start server
npm start

// client
cd client

// install client packages
npm i 

// start client
npm start