Installing the node packages:
npm install --save react react-dom
npm install --save-dev webpack webpack-dev-server babel-core babel-loader babel-preset-es2015 babel-preset-react react-addons-test-utils
Starting the webserver:
webpack-dev-server --content-base static/
or
npm run watch
Go to http://localhost:8080/