Tried to create a minimal set up for a React Bootstrap application which uses a Browserify CommonJS module structure....which is nice.
Do an:
npm install
Browserify the shit out of with with:
browserify -t [ babelify --presets [ react ] ] client/js/*.js -o build/bundle.js
browse the index page...nice! :-)