You need to have Node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
This instruction uses HomeBrew package manager. Refer this article for details.
$ brew install node
$ git clone https://github.com/nsoni/react-webpack-damo.git
$ cd react-webpack-damo
$ npm install
$ npm run start
in brouser open http://localhost:6862