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

https://github.com/tieppt/nx-micro-frontends

Micro-Frontends with Nx, Webpack Module Federation, and Angular
https://github.com/tieppt/nx-micro-frontends

angular micro-frontends nx

Last synced: 10 months ago
JSON representation

Micro-Frontends with Nx, Webpack Module Federation, and Angular

Awesome Lists containing this project

README

          

# Micro-Frontends with Nx, Webpack Module Federation and Angular

## Presentation
https://docs.google.com/presentation/d/1Bm43te2cDjGuaL0itGh-b_v019XV-ynlq-B7Xeojccw/edit?usp=sharing
## Demo

Install dependencies:

```sh
npm i
```

Run remote apps first

```sh
npm run start:mailbox
npm run start:calendar

```

Run shell app

```sh
npm run start:shell
```