This repo consists of three projects(MFE's). These projects are run and built separately. They can be uploaded to their own repository.
- mf-host This is the host or the stitching layer. Consumes mf-consultation
- mf-bidi This MFE will be a bi-directional host module. Exposes itself and consumes mf-components
- mf-components This MFE will act as the component library
We will be able to set the project for development where each MFE will run on its own port
- Install nvm
- Install node
- Install yarn
- Navigate to the sub folders (mf-host, mf-consultation and mf-components) and run
yarn
- Run
yarn start
. Note that dependent MF's server should already be started while starting. - You will see all three MFE's running on three ports - http://localhost:9000 http://localhost:9001 http://localhost:9002