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.

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

Contents

  1. 1Local Build
  2. 2Tests
  3. 3Specs