Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 437 Bytes

README.rdoc

File metadata and controls

22 lines (16 loc) · 437 Bytes

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!