/microfe-sample

Microfrontend app sample

Primary LanguageJavaScript

Micro-frontends with Web Components

Sample app

Build and serve Angular component

cd micro-fe-ng
npm i
npm start

The Angular Web Component will be loaded from http://localhost:5001/main.js

<ng-el></ng-el>

Build and serve React component

cd micro-fe-react
npm i
npm start

The React Web Component will be loaded from http://localhost:5002

<react-el></react-el>

Build and serve wrapper

cd micro-fe-wrapper
npm i
npm start

The demo is availble under: http://localhost:5000