generator-react

0.0.2 • Public • Published

React App generator

Yeoman generator that scaffolds out a React web app.

Features

  • CSS Autoprefixing (new)
  • Built-in preview server with LiveReload
  • Automagically lint your scripts
  • Automagically wire up your Bower components with bower-install.
  • Awesome Image Optimization (via OptiPNG, pngquant, jpegtran and gifsicle)
  • Mocha Unit Testing with PhantomJS
  • Optional - Leaner Modernizr builds
  • Optional - RequireJS AMD support

For more information on what generator-react can do for you, take a look at the Grunt tasks used in package.json.

Getting Started

  • Install: npm install -g generator-react
  • Run: yo react
  • Run grunt for building and grunt serve for preview

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.

  • --test-framework=<framework>

    Defaults to mocha. Can be switched for another supported testing framework like jasmine.

Contribute

Submit a pull request and I'll see what I can do. Thanks!

License

BSD license

Package Sidebar

Install

npm i generator-react

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • nemophrost