notrodta / React-Module-Federation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module-Federation

tutorial: https://www.youtube.com/watch?v=UbEx1v26kCs&ab_channel=JackHerrington

npx degit https://github.com/jherr/wp5-starter-react-ts.git ts-remote
npx degit https://github.com/jherr/wp5-starter-react-ts.git ts-host

yarn start

// links ts-host with ts-remote to use the pokemon type
yarn workspace ts-host add ts-remote@1.0.0

// clone ts-remote porject and name it shared-types
cp -r ts-remote shared-types 

// Add shared-types to both ts-remote and ts-host
yarn workspace ts-remote add shared-types@1.0.0
yarn workspace ts-host add shared-types@1.0.0  

About


Languages

Language:JavaScript 62.3%Language:TypeScript 29.4%Language:HTML 6.7%Language:CSS 1.6%