https://github.com/bigardone/rails_and_flux
Sample application using Rails 4.2.0 beta, Webpack and Marty.js as Flux implementation
https://github.com/bigardone/rails_and_flux
Last synced: about 1 month ago
JSON representation
Sample application using Rails 4.2.0 beta, Webpack and Marty.js as Flux implementation
- Host: GitHub
- URL: https://github.com/bigardone/rails_and_flux
- Owner: bigardone
- Created: 2015-01-27T17:05:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T09:44:40.000Z (almost 10 years ago)
- Last Synced: 2025-05-07T11:18:05.071Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://rails-and-flux.herokuapp.com/
- Size: 1.63 MB
- Stars: 10
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Rails and Flux: A real use case
This is a real use case application using:
* Rails 4.2.0 beta.
* Webpack for managing JavaScript modules.
* React.js.
* Marty.js 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!