All Projects → bigardone → rails_and_redux

bigardone / rails_and_redux

Licence: other
Example application using Rails, Webpack, React and Redux

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Rails and Redux: A real use case

This is a real use case application using:

  • Rails 4.2.0.

  • Webpack for managing JavaScript modules.

  • React.js.

  • Redux as Flux implementation.

  • PostgreSQL full-text search.

To install it, just clone it and run:

$ gem install foreman
$ bundle install
$ npm install -g webpack
$ npm install
$ db:setup

To run it:

$ foreman start -f Procfile.dev

Happy coding!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].