Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 454 Bytes

readme.md

File metadata and controls

30 lines (22 loc) · 454 Bytes

Micro Frontend Fun - Example

This project is a example of micro frontend architecture.

git clone git@github.com:cagataycali/micro-fun-example.git

Install fragments

./install.sh header
./install.sh footer
./install.sh avatar

Start fragments

./start.sh footer # in first terminal
./start.sh header # in second terminal
./start.sh avatar # in third terminal

Start composer

cd composer
yarn dev