This is a simple chat app that is written in Typescript using web sockets.
You can check a live demo here.
To get the app working locally you have to do the following:
- Clone the repository
- To run the server in
/serverdo:
- Run
yarn install- Run
yarn dev- To build the projet run
yarn build
- To run the server in
/clientdo:
- Run
yarn install- Run
yarn start- To build the project
yarn build