Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.
/ microfrontends Public archive

Microfrontends with webpack ModuleFederationPlugin

License

Notifications You must be signed in to change notification settings

sripwoud/microfrontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontends with webpack ModuleFederationPlugin

Package Type Port Framework
container host 8080 react
marketing remote/sub application 8081 react
auth remote/sub application 8082 react
dashboard remote/sub application 8083 vue

All package have a start and build script that can be run with yarn start and yarn build respectively.

Takeaways