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

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

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:setup

To run it:
$ foreman start -f Procfile.dev

Happy coding!