stefanmos / ReactOnRailsCRUD

CRUD example with react_on_rails gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Setup Requirements:

This repository requires you to have Rails, Ruby, Node and Foreman installed locally.

Running the repository:

  • bundle & npm install
  • rake db:migrate
  • foreman start -f Procfile.dev

This repositry is based on a article by Hristo Georgiev, I reworked it to work on the react_on_rails gem instead of the react_rails. https://www.pluralsight.com/guides/ruby-ruby-on-rails/building-a-crud-interface-with-react-and-ruby-on-rails

NB: I will be posting an tutorial on https://medium.com/@stefanmostert soon explaining this repositry in more detail.

About

CRUD example with react_on_rails gem


Languages

Language:Ruby 64.3%Language:JavaScript 16.1%Language:HTML 10.3%Language:CSS 9.2%