sunpietro / microfe-sample

Microfrontend app sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Microfrontend app sample


Languages

Language:JavaScript 41.5%Language:TypeScript 36.9%Language:HTML 18.6%Language:CSS 2.7%Language:SCSS 0.3%