An open API service indexing awesome lists of open source software.

https://github.com/module-federation/module-federation.github.io

Website for Module Federation Org
https://github.com/module-federation/module-federation.github.io

Last synced: about 1 year ago
JSON representation

Website for Module Federation Org

Awesome Lists containing this project

README

          

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*
```bash
#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.