Merge pull request #5387 from MattijsKneppers/master

updated Basic Example with External JSX instructions
This commit is contained in:
Paul O’Shannessy
2016-01-28 10:55:18 -08:00
committed by Scott Feeney
parent 79732f04bf
commit decfbdf1f5
3 changed files with 26 additions and 5 deletions
+8 -3
View File
@@ -10,12 +10,17 @@
<h1>Basic Example with External JSX</h1>
<div id="container">
<p>
If you can see this, React is not working right. This is probably because you&apos;re viewing
this on your file system instead of a web server. Try running
If you can see this, React is not working right. This is probably because you&apos;re viewing
this on your file system instead of a web server.<br>
Try navigating to the React root
<pre>
cd /path/to/react
</pre>
and running
<pre>
python -m SimpleHTTPServer
</pre>
and going to <a href="http://localhost:8000/">http://localhost:8000/</a>.
and going to <a href="http://localhost:8000/examples/basic-jsx-external/">http://localhost:8000/examples/basic-jsx-external/</a>.
</p>
</div>
<h4>Example Details</h4>