Skip to content

coryhouse/shell-monorepo-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack 5 Module Federation with React

This project consists of three pieces: a host app shell and two remotes app1 app2.

  • app1 exposes CounterAppOne component.
  • app2 exposes CounterAppTwo component.
  • shell imports CounterAppOne and CounterAppTwo components.

Running the Demo

npx lerna bootstrap
npm start

Lerna starts all 3 projects.

Tech Stack

React, Typescript, Chakra UI, Webpack, Lerna, React Router

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published