/chat-client

A tiny React-powered chat client, written in TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

chat-client

A tiny React-powered chat client, written in TypeScript.

Instructions

  1. git clone https://github.com/SaltErik/chat-client.git
  2. cd chat-client
  3. npm start (to run dev environment)
  4. npm run build (to build production release)

For optimal results

First get the chat-server up and running in the background.