Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

This repository is implementation of use case of module federation.it contains three standalone apps loading content from other apps at run time. Master branch contains implementation according to webpack v 5.0.0-16 and test branch contains advanced feature implementation using webpack v 5.0.0-17

Notifications You must be signed in to change notification settings

nikshah4120/Module-Federation-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Routing example between three seperate apps

it contains three standalone app.And each app contains routes to the other apps.

Setup

  1. npm install
  2. npm run setup to install packages
  3. npm run dev will build files and apps will be running on respective ports.

main app is running on http://localhost:8081/ home app is running on http://localhost:8080/ introduction app is running on http://localhost:8082/

About

This repository is implementation of use case of module federation.it contains three standalone apps loading content from other apps at run time. Master branch contains implementation according to webpack v 5.0.0-16 and test branch contains advanced feature implementation using webpack v 5.0.0-17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published