react/starter
Jim 6dd8427c20 Merge pull request #5564 from jackiewung/master
Fix file reference typo in starter
(cherry picked from commit 940a75b1fe)
2015-12-29 13:51:43 -08:00
..
README.md Merge pull request #5564 from jackiewung/master 2015-12-29 13:51:43 -08:00

Welcome to React!

You've just downloaded the React starter kit... Congratulations!

To begin, check out the examples/ directory for a bunch of examples, or check out Getting Started for more information.

In some browsers our examples won't work from the local file system; run python -m SimpleHTTPServer and visit http://localhost:8000/ to view them.

Want to start your own app? Just copy examples/basic-jsx-external and start hacking! Remember: before launching you'll want to precompile your JSX code as we do in examples/basic-jsx-precompile; this requires doing npm install -g react-tools and then running our jsx tool. See Getting Started for more information.

Happy Hacking!