Awesome
Rails React Example
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
An example application built with Rails and React. See a live demo or read the tutorial.
bundle install
yarn install
rails db:create
rails db:seed
rails s
rspec
rspec f -d