Skip to content

A Yeoman Generator for facebook's React framework. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version

Notifications You must be signed in to change notification settings

chhsiao1981/generator-react-gulp-browserify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-react-gulp-browserify Build Status

Yeoman generator for facebook's React framework - Integrate with gulp and browserify.

What's new?

  • Added watchify support
  • We use browserify extension instead of gulp extension
  • Autorun bower install & npm install by default

What's inside?

Bundled:

  • Gulp
  • Bower
  • jQuery
  • Browserify
  • Reactify - Help to transform JSX
  • watchify support!
  • livereload

Optional:

  • Sass with Compass
  • Bootstrap - Twitter Bootstrap's official Sass version
  • Modernizr
  • Jade for HTML templates
  • CoffeeScript for JavaScript
  • Jest for unit tests

Getting Started

$ npm install -g yo                                # Install Yeoman (if you don't have it yet)...
$ npm install -g generator-react-gulp-browserify   # ...then install this generator...
$ yo react-gulp-browserify                         # ...and run it.

If you chosen to use sass, you'll need to install it with gem install sass. If you find your css build results are empty, update your sass gem.

Now, when everything is ready, run watch task and begin to develop your React components.

$ gulp watch

License

MIT

About

A Yeoman Generator for facebook's React framework. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • CSS 14.0%
  • CoffeeScript 10.1%