This is a very straight forward chat client that is meant to be used with the companion project typeScriptChatServer.
- Clone this repository and the typeScriptChatServer repository.
- Run
npm install
. - Start your typeScriptChatServer (run
npm start
in the project directory). - Run
npm run watch
in the chat client directory.
That's it! You should now be able to go to http://localhost:3005 and see a simple login page. Hit that page with multiple browsers and start chatting. You should have a server listening on port 3000. See the typeScriptChatServer project for instructions on how to get the server running.