I have an app/website based on Node + ReactJS. I'd like to add a blog to it via custom-installed Ghost.org. After hours of googling I still have no clue how to do it, so I'm really looking for starting points, e.g.:
-How do I "combine" the two, so that I have the blog on myapp.com/blog (not on a subdomain)? -How do I route to the blog from my React app? -Would it even be possible if my app runs on different node version than what ghost requires?
Any pointers would be appreciated