This repo provides an example of micro-frontend application.
This repo consists of two part:
-
Hello World Widget
It is actual micro-frontend application.
-
Dummy Host application
It is application that simulates real-world host application. It is required only for development and the only thing it does is shows your widget.
- Clone repo
cdinto project directory- Switch to required Node.js version with
nvm use - Install PNPM (package manager used in this project):
corepack enable && corepack prepare - Install dependencies:
pnpm install - Run dev env:
pnpm dev