This demo loads the global build of React and babel-standalone from unpkg to get a development environment up and running quickly. Script compilation, including JSX, is done on the fly in the browser when scripts are contained in <script type="text/babel">
.
To run it:
$ npm install -g serve
$ serve .