The source of the example app here: https://ydeshayes.github.io/react-highlight/

Install

npm install

Run

npm start

Then go http://localhost:3000

Build for staging

npm run build:staging

Build for production

npm run build