Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

File metadata and controls

16 lines (13 loc) · 520 Bytes

Socket Programming Assignment

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:

  1. Clone the repository
  2. To run the server in /server do:
  • Run yarn install
  • Run yarn dev
  • To build the projet run yarn build
  1. To run the server in /client do:
  • Run yarn install
  • Run yarn start
  • To build the project yarn build