Skip to content

lukehuk/typescript-ref-app-team-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubNub Team Chat

Build Status

This repository contains the code for the Team Chat Reference Application hosted on PubNub Chat Docs Page.

The application demonstrates how to build a chat application using:

  • PubNub
  • TypeScript
  • React
  • Redux

alt text

Requirements

PubNub Account

If you don't already have an account, you can create one for free.

  1. Sign in to your PubNub Admin Dashboard, click Create New App for PubNub Chat and give your app a name.

  2. Select your new app, then click its keyset.

  3. Locate the Publish and Subscribe keys. You'll need these keys to include in this project.

Building the project

  1. Clone the GitHub repository.

    git clone git@github.com:pubnub/typescript-ref-app-team-chat.git
  2. Install the project.

    cd typescript-ref-app-team-chat
    npm install
  3. Run the project in your local environment. You may be asked to input your PubNub keys and populate sample data if you are running the app for the first time.

    npm start

Open http://localhost:3000 to view it in the browser.

Further Information

Visit the PubNub Chat Docs page for more information on how to use the React and Redux SDKs to add in-app chat to your applications.

This project was bootstrapped with Create React App. Special thanks to Elvis Wolcott and Mark Erikson.

About

Team Chat Reference Application for PubNub Chat With React, Redux and TypeScript

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 89.7%
  • JavaScript 8.8%
  • HTML 1.5%