/chat-ui

Simple socket.io chat client implementation

Primary LanguageTypeScript

Chat.IM User Interface

Development

$ yarn
$ yarn test
$ yarn start # development server

Production

$ yarn
$ yarn test
$ yarn build
$ PORT=8080 yarn serve