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
/server
do:
- Run
yarn install
- Run
yarn dev
- To build the projet run
yarn build
- To run the server in
/client
do:
- Run
yarn install
- Run
yarn start
- To build the project
yarn build