https://github.com/madarauchiha-314/module-federation-experiments
Experiments with module-federation
https://github.com/madarauchiha-314/module-federation-experiments
module-federation rollup webpack
Last synced: 6 months ago
JSON representation
Experiments with module-federation
- Host: GitHub
- URL: https://github.com/madarauchiha-314/module-federation-experiments
- Owner: MadaraUchiha-314
- License: mit
- Created: 2023-06-29T01:00:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T22:32:07.000Z (over 2 years ago)
- Last Synced: 2025-02-06T06:48:10.284Z (over 1 year ago)
- Topics: module-federation, rollup, webpack
- Language: JavaScript
- Homepage: https://module-federation-experiments.vercel.app/webpack/index.html
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# module-federation-experiments
Experiments with module-federation
### Lastest deployed version (`main` branch)
- webpack:
- https://module-federation-experiments.vercel.app/webpack/index.html
- rollup:
- https://module-federation-experiments.vercel.app/rollup/index.html
### Running locally
```sh
http-server ./dist
```
- For webpack build:
- Navigate to http://localhost:8080/webpack/index.html
- For rollup build:
- Navigate to http://localhost:8080/rollup/index.html