Micro-frontend developed as an extension of the selfcare-dashboard-frontend using WebPack 5's module federation, in order to serve all the pages related to selfcare users (list, detail, add, delete and edit).
It shares some common model with the container app: see selfcare-dashboard-frontend for details
This micro-frontend serve the micro-components listed in this section.
It will configure the routing to serve all the pages related to the selfcare users entities
This component requires the props described into selfcare-dashboard-frontend
It will configure the routing to serve all the pages related to the selfcare selected product users entities
This component requires the props described into selfcare-dashboard-frontend
- yarn install
- yarn generate
Inside this micro-frontend has been developed a mock of the layout in order to allow to run and develop without the need to execute the container app (see selfcare-dashboard-frontend) Run the following command allow to serve the remote components locally and to run the mocked layout for local development
- yarn start
- REACT_APP_API_MOCK_PARTY_USERS=true
- yarn build