Files
react/examples/basic-commonjs
2015-07-12 10:54:54 +09:00
..
2015-07-12 10:54:54 +09:00
2015-02-20 04:06:15 +03:00

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.