/react-rails-comments

An example comment app built with React and Rails

Primary LanguageRuby

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