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
- Host: GitHub
- URL: https://github.com/tieppt/nx-micro-frontends
- Owner: tieppt
- Created: 2021-08-15T09:53:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-15T10:04:40.000Z (over 4 years ago)
- Last Synced: 2025-05-06T20:13:33.278Z (11 months ago)
- Topics: angular, micro-frontends, nx
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```