Hi everyone! I’m considering Apostrophe CMS as a blog manager for an existing React/Express/Node App because unlike the other solutions, I like how Apostrophe can potentially make it easy for my admin users to edit blog entries. What’s the recommended approach to integrate Apostrophe? Should I study how it works and merge the dependencies into package.json and all the other files into my existing file structure? Or is there a way to make it work from a subfolder and just do some routing to its own app.js?
Thanks!