Skip to content

Example of Webpack5 Module Federation with React, TypeScript

Notifications You must be signed in to change notification settings

rotiuskyi/wp5_mf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

wp5_mf

Example of Webpack5 Module Federation with React, TypeScript

Getting Started

Open terminal at ./packages/components and run following commands:

# 1. Install dependencies
$ yarn

# 2. Build and prepare federated modules
$ yarn build

# 3. Serve federated modules via HTTP server
$ yarn serve

Open terminal at ./packages/main and run following commands:

# 4. Install dependencies
$ yarn

# 5. Fetch federated types
$ yarn fetch-types

# 6. Start development server
$ yarn start

About

Example of Webpack5 Module Federation with React, TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published