Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1005 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 1005 Bytes

React Rails Example via rails/webpacker

This is an example of using React in Rails application and use webpacker

Package Used

  • React
  • jQuery & jquery-ujs
  • Bootstrap
  • Font-Awesone

Try

Online Demo: https://react-homeland.herokuapp.com/

git clone git@github.com:huacnlee/react-rails-example.git
cd react-rails-example
bundle install
rails db:create
./bin/yarn install
foreman start

and the open http://localhost:5000

Screenshots

2017-01-10 7 43 12

2017-01-10 7 43 37

2017-01-10 7 46 15

2017-01-10 7 46 43