mirror of
https://github.com/facebook/react.git
synced 2026-02-25 22:35:12 +00:00
8 lines
263 B
Markdown
8 lines
263 B
Markdown
# 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.
|