Skip to content

A revers proxy composition method to create run time micro frontends.

Notifications You must be signed in to change notification settings

mfe-patterns/reverse-proxy-composition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reverse-proxy-composition

A revers proxy composition method to create run time micro frontends.

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

To run proxy server

  • cd route-handler

  • npm install

  • npm start

This will start the proxy server at 3000 port

To run layout mfe

  • cd cart

  • 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.

make sure layout is started before running catalog

To run cart mfe

  • cd cart

  • npm install

  • npm start

This will start the webpack dev server at 8082 port.

make sure layout is started before running cart

Each micro frontend is running on their own port and via a reverse proxy composition as well. Use 3000 port to route to specific micro frontend via reverse proxy server

About

A revers proxy composition method to create run time micro frontends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published