Hey guys, do have sample apps using Remix and Turborepo. How do you setup routing?
Let's say you have the ff:
- main remix host app,
- customers module remix app,
- products module remix app,
- orders module remix app.
main remix host doesn't contain anything. It is where customers, products and orders module can be combined and run together.
customers module remix app can also run independently
products module remix app can also run independently
orders module remix app can also run independently