0.2.0 • Published 9 years ago

generator-react-6 v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

generator-react-6 Build Status

Yeoman generator for facebook's React framework with es6 support.

Getting Started

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

You can run the last command with --skip-install if you wish to skip the installation of npm and bower dependencies.
Also make sure that you have ruby with sass (>= 3.4) gem installed.
Now, when everything is ready, you can run these tasks to help you develop your React components.

$ yo react-6:component [ComponentName]    # generates a react component with the given name
$ gulp watch                              # starts up the local server and auto-reloads the browser
$ gulp test                               # runs the test specs, available only if jest is included
$ gulp build:production                   # minifies your app, ready for production
$ gulp serve:production                   # to preview the built files

What's inside?

Bundled:

  • React
  • Gulp
  • Browserify
  • Watchify
  • Babelify
  • Bower
  • Sass

Optional:

  • Bootstrap - Twitter Bootstrap's official Sass version
  • Modernizr
  • Jest for unit tests

License

MIT

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago