react/examples/basic-commonjs
Paul O’Shannessy 2baa3b7d2f Update examples for v15
- Update commonjs example to use Babel 6
- Update click counter example to match other examples
- Update jquery example
- Stop shipping webcomponents.js in starter kit
2016-03-29 11:00:48 -07:00
..
.babelrc Update examples for v15 2016-03-29 11:00:48 -07:00
README.md [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00
index.html Highlight 'NOT' word in example page. 2016-03-23 09:19:58 +08:00
index.js [examples] Update basic-commonjs for new React, watchify 2015-09-24 15:08:28 -07:00
package.json Update examples for v15 2016-03-29 11:00:48 -07:00

README.md

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.