A tiny React-powered chat client, written in TypeScript.
- git clone https://github.com/SaltErik/chat-client.git
- cd chat-client
- npm start (to run dev environment)
- npm run build (to build production release)
First get the chat-server up and running in the background.