Rails React Example
February 21, 2020 ยท View on GitHub
An example application built with Rails and React. See a live demo or read the tutorial.

Local Build
bundle install
yarn install
rails db:create
rails db:seed
rails s
Tests
rspec
Specs
rspec f -d