/react_with_rails

Use react component with Rails

Primary LanguageRuby

README

reference tutorial: https://jeremykratz.com/blog/using-react-with-rails-and-webpack/

When using Webpack, you need to run two servers - one for Rails and one for the Webpack build process. The foreman gem makes it easier to run both servers with a single command.

--

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...