Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 864 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 864 Bytes

Single-page app example Intercom installation for visitors

See different branches for different examples of single-page apps.

React with React Router

This is an example of one way to integrate Intercom into your React app with React Router.

Setup

  1. yarn install or npm install
  2. Replace YOUR_APP_ID with your actual app ID.
    • After logging into Intercom at https://app.intercom.com, your app_id is in the URL: https://app.intercom.com/a/apps/{app_id here}
  3. yarn start
  4. Open http://localhost:3000 to view it in the browser.

For more documentation, visit our documentation