Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 538 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 538 Bytes

Intercom Webhook

Implementation of a front-end use case for Intercom with ReactJS.

Building

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