Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 295 Bytes

File metadata and controls

8 lines (5 loc) · 295 Bytes

React Tutorial

This is a rewrite of original comment box example using React.rb from the React tutorial.

To use

  1. Make sure you use Bundler, then bundle exec rackup
  2. And visit http://localhost:9292/. Try opening multiple tabs!