React + Redux with Webpack
$ cd <your xee root>/experiments
$ git clone git@github.com:xeejp/ultimatum-and-dictator-games.git
$ cd ultimatum-and-dictator-games/
$ npm install
$ webpack
and insert this lines into <your xee root>/config/experiments.exs
experiment "Ultimatum and Dictator Games",
file: "experiments/ultimatum-and-dictator-games/script.exs",
host: "experiments/ultimatum-and-dictator-games/host.js",
participant: "experiments/ultimatum-and-dictator-games/participant.js"