Skip to content

Composition by lazy loading the micro frontends bundled using Javascript inside a container app.

Notifications You must be signed in to change notification settings

mfe-patterns/container-based-composition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

container-based-composition

Composition by lazy loading the micro frontends bundled using Javascript inside a container app.

Use node version 14.X.X for seamless working fo the application.

To run container app

  • cd container

  • npm install

  • npm start

This will start the webpack dev server at 8080 port.

To run catalog mfe

  • cd catalog

  • npm install

  • npm start

This will start the webpack dev server at 8081 port.

To run cart mfe

  • cd cart

  • npm install

  • npm start

This will start the webpack dev server at 8082 port.

Each micro frontend is running on their own port and inside the container app as well. Use 8080 port to route to specific micro frontend via container app.

About

Composition by lazy loading the micro frontends bundled using Javascript inside a container app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published