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
- Host: GitHub
- URL: https://github.com/dominuskelvin/tbjs-module-federation
- Owner: DominusKelvin
- Created: 2024-09-24T08:24:53.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-09-24T20:15:56.000Z (over 1 year ago)
- Last Synced: 2025-08-19T09:36:56.283Z (10 months ago)
- Topics: module-federation, reactjs, rsbuild, rspack, sailsjs, tailwindcss, zephyr
- Language: EJS
- Homepage: https://dominuskelvin.dev/blog/module-federation-in-the-boring-javascript-stack
- Size: 281 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🚀