Sha256: 12e1e3edc34e4b7841d1c669a77d6172b13a83e9646fa7a6d9b4a0a48f1e71c4

Contents?: true

Size: 721 Bytes

Versions: 7

Compression:

Stored size: 721 Bytes

Contents

Description:

The react_on_rails:install generator integrates webpack with rails with ease. You
can pass the redux option if you'd like to have redux setup for you automatically.

* Redux

    Passing the --redux generator option causes the generated Hello World example
    to integrate the Redux state container framework. The necessary node modules
    will be automatically included for you.

*******************************************************************************

After running the generator, you will want to:

    bundle && yarn

Then you may run

    foreman start -f Procfile.dev

More Details:

    `https://github.com/shakacode/react_on_rails/blob/master/docs/additional-details/generator-details.md`

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
react_on_rails-14.1.1 lib/generators/USAGE
react_on_rails-14.1.0 lib/generators/USAGE
react_on_rails-14.1.0.rc.0 lib/generators/USAGE
react_on_rails-15.0.0.alpha.1 lib/generators/USAGE
react_on_rails-14.0.5 lib/generators/USAGE
react_on_rails-14.0.4 lib/generators/USAGE
react_on_rails-14.0.3 lib/generators/USAGE