Basic Example with external JSX

  1. Open this page on a Mac via the terminal command:
              
  2. OR

  3. Serve this page from a web server
    cd /Path/To/This/File
    python -m SimpleHTTPServer
    open -a "Google Chrome"  http://localhost:8080/.  

Example Details: This is built with browserify. A separate JSX file is transformed in the browser.