Presentation about 'Micro Frontend using Webpack Module Federation'.
Install dependecies using Yarn.
To run all application, just run the command into terminal:
yarn start:shell && yarn start:app01 && yarn start:app02
Or you can use Concurrently:
concurrently -n start:shell,start:app01,start:app02
MIT @ Raí Siqueira