react/examples/basic-commonjs
Masaki KOBAYASHI dee6726080 change http-equiv with charset 2015-07-12 10:54:54 +09:00
..
README.md Add basic CommonJS example with browserify 2014-04-29 21:57:08 +04:00
index.html change http-equiv with charset 2015-07-12 10:54:54 +09: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.