Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dmijatovic/microfrontend-demo-webpack

Microfrontend demo using webpack module federation
https://github.com/dmijatovic/microfrontend-demo-webpack

Last synced: 20 days ago
JSON representation

Microfrontend demo using webpack module federation

Awesome Lists containing this project

README

        

# Microfrontends

This repo is example of building micro-frontends using webpack module federation.

The site exists of 3 modules

- products
- shoping cart
- container: will host products and shoping cart modules

## Dependencies

This version uses plain javascript (typescript?)

```bash
# webpack and faker for data
npm i -D [email protected] [email protected] [email protected] [email protected] [email protected]
```