evan-waters / react-rails-comments

An example comment app built with React and Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments example using Rails and React

This is a basic Rails app for creating and listing comments using React.js

Usage

Install dependencies:

bundle install

Migrate the database:

rake db:migrate

Start the server:

rails s

Point your browser to:

http://localhost:3000

About

An example comment app built with React and Rails


Languages

Language:Ruby 76.2%Language:HTML 12.0%Language:JavaScript 9.6%Language:CSS 2.2%