Skip to content

Latest commit

 

History

History

README.md

TalkJS and Angular example

This is the example code for the Angular getting started guide.

Prerequisites

To run this tutorial, you will need:

How to run the tutorial

  1. Clone or download this project.
  2. Replace <APP_ID> in src/app/talkjs-chat/talkjs-chat.component.ts with the value found in the Settings tab of your TalkJS dashboard.
  3. Run npm install to install dependencies.
  4. Run ng serve to start the server.
  5. Navigate to http://localhost:4200/ to view the app