generator-gulp-react

1.0.0 • Public • Published

Generator Gulp React

Yeoman generator that scaffolds out a front-end web app using gulp for the build process and react.js for your front end components.

Features

Please see our gulpfile.js for up to date information on what this generator supports.

  • React, A JavaScript library for building user interfaces
  • Built-in preview server with livereload
  • Automagically compile with either Sass or Less
  • Module loading using CommonJs Browserify
  • CSS Skeleton for a minimal responsive boilerplate

For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.

Getting Started

  • Install: npm install -g generator-gulp-react
  • Run: yo gulp-react
  • Run gulp build for building to the dist directory and gulp for previewing with live reload

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

MIT license

License

MIT

Package Sidebar

Install

npm i generator-gulp-react

Weekly Downloads

9

Version

1.0.0

License

MIT

Last publish

Collaborators

  • svnm