Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

pusher/react-pusher-chatkit-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-pusher-chatkit-app

This is a demo of a real-time chat app using React and Pusher's Chatkit. You can read about how it was created on Pusher's blog.

Prerequisites

  • An IDE of your choice e.g. Visual Studio Code.
  • A basic knowledge of JavaScript
  • An understanding of React and its component lifecycle methods is necessary.
  • You’ll need to have Node >= version 6 and npm >= version 5.2 on your machine.
  • Basic knowledge of using a CLI tool or terminal.

Getting Started

To get started with the project, make sure you have all the prequiisites above.

  • Clone the project to your machine
  • Update the keys in Components/App.js and Components/ChatApp.js
  • Run the command npm install
  • Run the command npm start
  • Visit http://localhost:3000 to see application in action.

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.8%
  • CSS 15.2%
  • HTML 10.0%