Skip to content

Example Rails application using ActionCable with React

Notifications You must be signed in to change notification settings

davedkg/actioncable-and-react-on-rails

Repository files navigation

ActionCable and React on Rails

Local Setup

$ bundle && yarn
$ bundle exec rake db:schema:load
$ rails s
$ open http://localhost:3000/