/comments_client

Comments box app based on React's tutorial

Primary LanguageRuby

React Comments

Proof of concept using React as a client and rails-api as server. Uses bootstrap v4 for styling.

The project is based on React's tutorial

Server

Run:

rake db:migrate
rake db:seed
rails s

Client

Run:

python -m SimpleHTTPServer 8000