Team Chat Powered by PubNub

Team Chat Powered by PubNub

    ›Quickstart

    Quickstart

    • Introduction
    • Run Locally
    • Advanced Features

    Tutorial

    • Overview
    • Setup Theming
    • Add PubNub Keys
    • Populate Data
    • Login
    • Show User Details
    • Show Conversations
    • Send Messages
    • Join Conversation
    • Leave Conversation
    • Show Members
    • Send Typing Indicators
    • Profanity Filter

    Running the App

    Follow the instructions below to run the app in your local environment.

    Requirements

    • Node.js
    • PubNub Account

    Running the project

    1. Clone the GitHub repository.

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

      cd typescript-ref-app-team-chat
      npm install
      
    3. Start the project. You'll be asked to enter your chat app keys from the PubNub Dashboard. Note that Objects should be enabled and a region should be selected on the key.

      npm start
      

      A web browser should automatically open http://localhost:3000, and you can explore your very own Team Chat app!

    ← IntroductionAdvanced Features →
    • Requirements
    • Running the project
    Docs
    QuickstartTutorialThemeingPubNub Chat
    Source
    GitHubStar
    PubNub
    Copyright © 2020 PubNub