Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 335 Bytes

File metadata and controls

14 lines (11 loc) · 335 Bytes

Simple chat with a help of Socket.IO Written with Express.js and React.

Requiriments: Node.js MongoDB

In order to run backend: npm install (Only for the first time or if some modules were added or removed) npm start

In order to run frontend: npm install (Only for the first time or if some modules were added or removed) npm start