1.0.1 • Published 5 years ago

pusher-bot v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Customer Service Chatkit Demo

Demo of a full customer service chat application built with Chatkit and React. Tutorial:https://pusher.com/tutorials/customer-service-chat-react

Getting Started

  1. Clone this repository and cd into it.
  2. Execute npm install to download dependencies.
  3. See tutorial for notes on how to get the required credentials from Chatkit
  4. Open client/src/Customer.js, client/src/Support.js and .env and update them with your Chatkit credentials
  5. Run node server.js to start the Express server
  6. cd into the client folder, run npm install followed by npm start to start the development server. View http://localhost:3000 in your browser.

Pre-requisites

Built With

  • Reactjs - For creating the application frontend
  • Chatkit - Chat features

Licence

MIT