react/examples/basic-commonjs
Paul O’Shannessy decfbdf1f5 Merge pull request #5387 from MattijsKneppers/master
updated Basic Example with External JSX instructions
2016-01-28 10:55:18 -08:00
..
index.html Merge pull request #5387 from MattijsKneppers/master 2016-01-28 10:55:18 -08:00
index.js [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00
package.json [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00
README.md [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00

Basic example of using React with Browserify

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

npm start

to produce bundle.js with example code and React.