pusher-bot
v1.0.1
Published
A customised chat bot using pusher
Readme
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
- Clone this repository and
cdinto it. - Execute
npm installto download dependencies. - See tutorial for notes on how to get the required credentials from Chatkit
- Open
client/src/Customer.js,client/src/Support.jsand.envand update them with your Chatkit credentials - Run
node server.jsto start the Express server cdinto the client folder, runnpm installfollowed bynpm startto start the development server. View http://localhost:3000 in your browser.
Pre-requisites
- Node.js and npm
