jspm install to use this example
<div id="anchor-search"> </div>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.import('entry').catch(function(e){setTimeout(function(){throw e;});});
</script>
This is a System.js normal build with babel. It includes React, react-dom, jquery, lodash and all dependencies through import.
For old school javascript pages use the inclusive System.js build or the example with Global libs.
For browserify builds checkout the example browserified build or the example with global libs.
scroll down to test jump
End