From Advanced React and Redux Udemy's course by Stephen Grider.
Checkout this repo, install dependencies, then start the gulp process with the following:
> git clone https://github.com/anderconal/ReactHigherOrderComponents.git
> cd ReactHigherOrderComponents
> npm install
> npm start
> npm run test:watch