react-redux-rails-workshop

Seed app for 2016/09 netguru internal react-redux-rails workshops.

Technology stack

  • Rails 5.0
  • React 15.1
  • Redux 3.6

Prerequisites

You will need the following things properly installed on your computer:

  • ruby
  • bundler
  • node
  • npm

Installation

$ make

Running / Development

Run those two commands in separate windows:

$ make start-npm
$ make start-rails

Further Reading / Useful Links