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

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.

Awesome Lists containing this project

README

          

# Dynamic Module Federation (Remote App)

[![Netlify Status](https://api.netlify.com/api/v1/badges/3e048e51-7a25-4fae-8c34-62913d3f85a6/deploy-status)](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