Implementation of a front-end use case for Intercom with ReactJS.
Download nodejs and npm for your platform:
| Platform | Command |
|---|---|
| Ubuntu | sudo apt-get install nodejs npm |
| Fedora | sudo dnf install nodejs npm |
Clone this repository:
git clone https://github.com/methusael13/intercom-webhook.git
Install dependencies:
cd intercom-webhook
npm install
Run server:
npm start
Open your favourite browser and browse to http://localhost:3000