Running the App
Follow the instructions below to run the app in your local environment.
Requirements
Running the project
Clone the GitHub repository.
git clone https://github.com/pubnub/typescript-ref-app-team-chat.git
Install the project.
cd typescript-ref-app-team-chat npm install
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!