0.0.2 • Published 12 years ago
generator-react v0.0.2
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
gruntfor building andgrunt servefor preview
Options
--skip-installSkips the automatic execution of
bowerandnpmafter scaffolding has finished.--test-framework=<framework>Defaults to
mocha. Can be switched for another supported testing framework likejasmine.
Contribute
Submit a pull request and I'll see what I can do. Thanks!