rails_and_redux
rails_and_redux copied to clipboard
Example application using Rails, Webpack, React and Redux
== 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!