A basic setup for quickly testing react-bootstrap in an AMD environment.
Run bower install
and open the index file. This is currently testing the individual modules, to test the built file change
require( ['react','react-bootstrap']
to
require( ['react','react-bootstrap/react-bootstrap']