Basic Node.js Socket.io App

This application is a simple room-based chat application.

Stack

Front-end: React, Typescript, Stitches.

Back-end: Node.js, Express, Typescript, Socket.io.

Rodando localmente

Clone the project

$  git clone https://github.com/whoiscaio/realtime-chat

Get in the project folder

$  cd realtime-chat

Install the dependencies

$  cd client
$  npm install

$  cd ../server
$  npm install

Start the server

$  npm run --prefix server dev 
$  npm run --prefix client start

Now you're ready to go!

Author