Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .github/static/zephyr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This repository is to showcase examples of how Webpack 5's new Module Federation
- Module federation enhances collections: [Universe](https://github.com/module-federation/universe)
- Module Federation Docs: [Module Federation Docs](https://module-federation.io/)



## List of Examples

Click here to see the detailed list of examples in this repo [Full Examples List](./output.md)
Expand All @@ -24,6 +26,19 @@ Click here to see the detailed list of examples in this repo [Full Examples List
| <a href="https://cb.run/WIVv" target="_blank">15 Min 1:1 consultation</a> | \$30 |
| Bespoke API modifications and hands on code | $300-$500/hr |

## Deploy with Zephyr Cloud

<img alt="Zephyr Cloud Logo" src=".github/static/zephyr.svg" height="250px" width="400px">

[Zephyr Cloud](https://zephyr-cloud.io) is a cloud deployment provider that integrates directly into your build with zero config.

- Automatically deploys your federated applications during the build process - simply save your code and get a URL in seconds.
- Works with Webpack, Vite, Rspack, and more.
- Deploy using BYOC to any cloud provider.
- Manages complex multi-artifact deployments across different release cadences, handles micro frontend dependency management automatically, and provides version rollback and roll-forward capabilities.

Start for free today at [zephyr-cloud.io](https://zephyr-cloud.io).

## Notes

The examples in this repository leverage [pnpm](https://pnpm.io/) and workspaces. To run from a git checkout locally, remove all of the proprietary example directories, ensure you have pnpm installed and run install `pnpm i` at the repo root.
Expand Down
Loading