diff --git a/examples/basic-jsx-external/index.html b/examples/basic-jsx-external/index.html index 4ee80c9b60152..a0f07a3fdcf76 100644 --- a/examples/basic-jsx-external/index.html +++ b/examples/basic-jsx-external/index.html @@ -4,34 +4,66 @@ Basic Example with external JSX + + +

Basic Example with external JSX

- If you can see this, React is not working right. This is probably because you're viewing - this on your file system instead of a web server. Try running -

-          python -m SimpleHTTPServer
-        
- and going to http://localhost:8080/. +

+
    +
  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/.  
    +
  4. +
+

-

Example Details

- -

-

- Learn more at - facebook.github.io/react. + Example Details: This is built with + browserify. + A separate JSX file is transformed in the browser.