Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 382 Bytes

Simple React + Rails Dashboard Example

Installation

quick set up:

git clone https://github.com/justinmlynch/react-rails.git
cd react-rails/
bundle install
bundle update
rake db:migrate
rails s

view in browser # localhost:3000/

Inspiration