The client application for CLI chat application. This repo won't be needed unless you want to run the chat application locally. If you want to connect to the cloud, simply clone to cli-chat-client
repo and follow its installation guide.
git clone
# install process manager pm2
npm install -g pm2
# install dependencies
npm install
# start the application
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.