/chat

A full stack chat app made under 4 hours as an exercise

Primary LanguageTypeScript

Docs

Run the back-end.

* cd backend
* npm install
* npm start

Run the front-end.

* cd frontend
* npm install
* npm start