sadamdamz / Pusher-Chatkit

Created slack clone using Chatkit API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Chat App with React and Pusher Chatkit

This branch contains the complete solution. For the step by step tutorial, refer to the README on the master branch.

To get started, run:

  • Run npm install
  • Create a Chatkit application, and copy the Instance Locator and key values into server.js and src/ChatScreen.js.
  • Create a new room using the Chatkit debug console in the dashboard, and copy it's ID into src/ChatScreen.js
  • Run npm run start
  • Chat!

About

Created slack clone using Chatkit API


Languages

Language:JavaScript 96.0%Language:HTML 2.2%Language:CSS 1.9%