https://github.com/waldronmatt/dynamic-remote-module-federation
An environment-agnostic, federated app that is partially exposed for dynamic consumption by the host app.
https://github.com/waldronmatt/dynamic-remote-module-federation
dynamic javascript microfrontend module-federation webpack
Last synced: about 1 year ago
JSON representation
An environment-agnostic, federated app that is partially exposed for dynamic consumption by the host app.
- Host: GitHub
- URL: https://github.com/waldronmatt/dynamic-remote-module-federation
- Owner: waldronmatt
- License: mit
- Created: 2021-05-29T18:08:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T01:18:59.000Z (over 4 years ago)
- Last Synced: 2025-03-28T16:43:40.284Z (over 1 year ago)
- Topics: dynamic, javascript, microfrontend, module-federation, webpack
- Language: JavaScript
- Homepage: https://dynamic-remote-module-federation.netlify.app/
- Size: 49.8 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dynamic Module Federation (Remote App)
[](https://app.netlify.com/sites/dynamic-remote-module-federation/deploys)
An environment-agnostic, federated app that is partially exposed for dynamic consumption by the host app. [Click here to see it live on Netlify](https://dynamic-remote-module-federation.netlify.app/).
## Introduction
A portion of this stand-alone app is exposed for dynamic consumption by the host app at runtime.
## Installation
Install dependencies:
npm install
## Usage
Run dev environment:
npm run dev
Navigate to the local server:
**[http://localhost:8001](http://localhost:8001)**
## Getting Started
See [Tutorial - A Guide to Module Federation for Enterprise](https://dev.to/waldronmatt/tutorial-a-guide-to-module-federation-for-enterprise-n5) for more information and to learn how this repository works.
## Notes
**Run this project alongside [the host app](https://github.com/waldronmatt/dynamic-host-module-federation)**.
## License
MIT
