I am trying to use storybook with react-rails
If I install the reactjs project inside app/assets/javascripts/components
I will have so many other files not related directly to the project ( stories and node_modules.. etc)
Whats is the recommended way to use storybook with a react-rails
?
Also, creating a reactjs inside app/assets/javascripts/components
will make it overhead, considering that I am already using react-rails
What's the advice here?