JSXTransformer tries to load the source using ajax. This will not work for file://
paths.
This means that you should either serve your small project using a HTTP server (apache, grunt connect etc.) OR put your script source directly in the script tag.