1

I am new to rails only as a backend. And I am planning to develop a react/redux/rails app.

My question is how do I at least render an index.html when browser requests come in so that I can mount my react component?

Or should I not to use rails only as an api in my case?

Thanks.

The questioner
  • 724
  • 10
  • 21

1 Answers1

0

If it's a small project. I just followed this and it works.

The questioner
  • 724
  • 10
  • 21