Sha256: a047b47abc069c6affa80ce74eb1e3b5bc73ecc7f50582f136415ff178f2cee6

Contents?: true

Size: 821 Bytes

Versions: 22

Compression:

Stored size: 821 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.

* Node

    Passing the --node generator option sets up the necessary files for node to render the react_components. 

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

After running the generator, you will want to:

    bundle && npm i

Then you may run

    foreman start -f Procfile.dev

More Details:

    `https://github.com/shakacode/react_on_rails/blob/master/docs/basics/generator.md`

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
react_on_rails-6.1.1.rc.1 lib/generators/USAGE
react_on_rails-6.1.0 lib/generators/USAGE