mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #5387 from MattijsKneppers/master
updated Basic Example with External JSX instructions
This commit is contained in:
committed by
Scott Feeney
parent
79732f04bf
commit
decfbdf1f5
@@ -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'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'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>
|
||||
|
||||
Reference in New Issue
Block a user