Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 533 Bytes

File metadata and controls

13 lines (10 loc) · 533 Bytes
id title layout
install
Install
single

Install using the reactrb-rails-generator gem, or add the reactrb gem, or load the js library

  • add gem 'reactrb-rails-generator' to your gem file (details) and use the generator, or
  • add gem 'reactrb' to your gem file and gem install reactrb or
  • <script src="https://rawgit.com/reactrb/reactrb-express/master/reactrb-express.js"></script>

For more info see Getting started with React.