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

https://github.com/dominuskelvin/tbjs-module-federation

Example repo for implementing Module Federation in The Boring JavaScript Stack
https://github.com/dominuskelvin/tbjs-module-federation

module-federation reactjs rsbuild rspack sailsjs tailwindcss zephyr

Last synced: 4 months ago
JSON representation

Example repo for implementing Module Federation in The Boring JavaScript Stack

Awesome Lists containing this project

README

          

# Module Federation in The Boring JavaScript Stack
This is the accompanying repo for my blog post on [Implementing Module Federation in The Boring JavaScript Stack](https://dominuskelvin.dev/blog/module-federation-in-the-boring-javascript-stack).

## Running this project locally
1. Clone this repo
2. CD into the `provider` directory and run `npm i && npm run dev -- --port 1338`
3. CD into the `consumer` directory and run `npm i && npm run dev`
4. Visit `http://localhost:1337` to see the project using federated modules 🚀