I'm a developer, a community builder, and a relentless learner. I'm a Google Developer Expert in Angular, a Pluralsight author, a conference speaker, and a volunteer for women in tech groups. ❤️🍷📚
The mfe apps can definitely reside in their own repos. You'll want to make a few changes for local development (such as using npm link so that the shell application can access the mfe apps), and move any shared code into a separate accessible location. I used a monorepo to simplify the tutorial and avoid having to span across multiple repos, but multiple repos can work too.
Happy coding!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi. Do the mfe apps used by the shell have to be part of the same project or can they be in separate repos?
Hi Brian! Thanks for the great question!
The mfe apps can definitely reside in their own repos. You'll want to make a few changes for local development (such as using
npm linkso that the shell application can access the mfe apps), and move any shared code into a separate accessible location. I used a monorepo to simplify the tutorial and avoid having to span across multiple repos, but multiple repos can work too.Happy coding!