The client application for CLI chat application.
git clone
# install dependencies
npm install
# to connect to a local dev server. If you want this, you will need to locally run cli-chat-server.
npm run dev
# to connect to production
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.