react/examples/basic-commonjs
thorn0 58492362c5 Remove envify from the basic-commonjs example
`envify` is installed as a dependency of the `react` package. There is no need in installing it one more time
2015-06-01 01:09:46 +03:00
..
README.md Add basic CommonJS example with browserify 2014-04-29 21:57:08 +04:00
index.html SSL/TLSize all the things! (convert http:// to https:// where appropriate) 2015-04-18 16:49:32 -07:00
index.js lint from root 2015-02-20 04:06:15 +03:00
package.json Remove envify from the basic-commonjs example 2015-06-01 01:09:46 +03:00

README.md

Basic example of using React with Browserify

Run npm install in the directory to install React from npm. Then run:

./node_modules/.bin/browserify --debug --transform reactify ./index.js > ./bundle.js

to produce bundle.js with example code and React.