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
- Host: GitHub
- URL: https://github.com/bigardone/rails_and_redux
- Owner: bigardone
- Created: 2015-09-15T07:04:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T10:16:36.000Z (over 9 years ago)
- Last Synced: 2025-03-30T22:32:29.574Z (3 months ago)
- Language: JavaScript
- Size: 676 KB
- Stars: 22
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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:setupTo run it:
$ foreman start -f Procfile.devHappy coding!