Home

Awesome

Rails React Example

An example application built with Rails and React. See a live demo or read the tutorial.

demo of rails react application

Local Build

bundle install
yarn install
rails db:create
rails db:seed
rails s

Tests

rspec

Specs

rspec f -d