Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 331 Bytes

Simply Chat App (Socket.io, TypeScript, React.js)

Front-end

Placed in root directory.

Installation

npm install

Running

npm run dev

Back-end

Placed inside server directory. So, firstly navigate to this directory (run cd server)

Installation

npm install

Running

npm run watch