This repository is linked to this article MFE.
The host/
folder contains the Micro Frontend Shell with Vite Vanilla.
The apps/
folder contains the microfrotends modules (angular is not working at this stage but will be added in a later commit).
To start the application, follow the steps.
cd apps/header
npm install
npm run build
cd apps/trending
npm install
npm run build
cd host
npm install
npm run dev
Finally, you"ll be able to see our micro frontend overall application on http://localhost:3000/