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

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

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