Skip to content

🔬 Study of Micro Front-ends and Module Federation.

License

Notifications You must be signed in to change notification settings

baltazarparra/micro-frontends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔬 Micro-frontends

Study of Micro Front-ends and Module Federation.

Start

git clone https://github.com/baltazarparra/micro-frontends.git
cd growlers
yarn
yarn start // host in 8080
cd ..
cd host-react
yarn
yarn start // host in 8081