Skip to content

Instantly share code, notes, and snippets.

@chenglou
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenglou/3868454d532dd19ecc0d to your computer and use it in GitHub Desktop.
Save chenglou/3868454d532dd19ecc0d to your computer and use it in GitHub Desktop.
How to try React

If you have no experience with setting up your environment for web development, and don't feel like doing it, just go to the React docs page and play with the live editors on it.

If you're serious about this and want to use React in your app:

npm install react or bower install react

Or you have no idea what that means, then just following the few lines of instructions here

Have fun!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment