2014-04-30 01:55:06 +08:00
|
|
|
# Basic example of using React with Browserify
|
|
|
|
|
|
|
|
|
|
Run `npm install` in the directory to install React from npm. Then run:
|
|
|
|
|
|
2015-09-19 09:24:53 +08:00
|
|
|
```sh
|
|
|
|
|
npm start
|
|
|
|
|
```
|
2014-04-30 01:55:06 +08:00
|
|
|
|
|
|
|
|
to produce `bundle.js` with example code and React.
|