# micro-fun-example **Repository Path**: bbat/micro-fun-example ## Basic Information - **Project Name**: micro-fun-example - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2021-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Micro Frontend Fun - Example This project is a example of micro frontend architecture. ```bash git clone git@github.com:cagataycali/micro-fun-example.git ``` # Install fragments ```bash ./install.sh header ./install.sh footer ./install.sh avatar ``` # Start fragments ```bash ./start.sh footer # in first terminal ./start.sh header # in second terminal ./start.sh avatar # in third terminal ``` # Start composer ```bash cd composer yarn dev ```