CLI Chat Client

The client application for CLI chat application.

Installation

git clone

Usage

# 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

Contributing

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.

License

MIT