Yeoman generator for Facebook's React - Integrate with gulp and browserify.
- react (Support for React v0.12.x and React v0.13.x)
- reflux
- react-router
- gulp
- browserify
- watchify
- babelify
- livereload
$ npm install -g yo
To install generator-react-boilerplate from npm, run:
$ npm install -g generator-react-boilerplate
Finally, initiate the generator:
$ yo react-boilerplate
Run watch task and begin to develop your React components.
$ gulp dev
$ gulp pro
MIT