Skip to content

module-federation/module-federation.github.io

Repository files navigation

https://module-federation.github.io

Check out our book

Practical Module Federation Book We will be actively updating this book over the next year as we learn more about best practices and what issues people are running into with Module Federation, as well as with every release of Webpack as it moves towards a release candidate and release. So with your one purchase you are buying a whole year of updates.

About

A website documenting Webpack 5 Module Federation.

Set-up Locally

#install dependencies & run dev server with yarn 
yarn install
yarn dev

#or with npm 
npm install
npm run dev

This will start a dev server, navigate to localhost:3000 to check it out.