An open API service indexing awesome lists of open source software.

https://github.com/bigardone/rails_and_redux

Example application using Rails, Webpack, React and Redux
https://github.com/bigardone/rails_and_redux

Last synced: about 1 month ago
JSON representation

Example application using Rails, Webpack, React and Redux

Awesome Lists containing this project

README

        

== 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!