alexis-regnaud / micro-frontend-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shared App Shell, State, Routing and Components Example

This example demos a basic host application loading remote component.

  • shell is the App Shell
  • dashboard - standalone application
  • order - standalone application
  • sales - standalone application
  • settings - standalone application

Running Demo

  • npm install
  • npm run start

This will build all the apps shell, dashboard, order, profile, sales on different ports as shown below

You will notice that each of the above URLs will look exactly same. For more details Watch this YouTube video

About


Languages

Language:JavaScript 94.1%Language:CSS 5.7%Language:HTML 0.2%