This repo is to explore how the micro front ends work.
Created using Single SPA. https://single-spa.js.org/
This project uses Run-Time integration, each project has its own static URL from which the components gets rendered. baseApplication consists of the base, structure of the project, and all the components on how they should be rendered.
How to setup:
- start the base application.
- start each individual component.
- in the main app, click the gray box in the bottom right corner and select the components you want to render.