merodriguezblanco / comments_client

Comments box app based on React's tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Comments box app based on React's tutorial


Languages

Language:Ruby 70.5%Language:HTML 16.8%Language:JavaScript 12.7%