- Microfrontend : 독립적으로 동작할 수 있는 웹 어플리케이션을 조합해 통합된 웹 애플리케이션을 만드는 아키텍쳐 스타일
< 6C55 p dir="auto">
Container
cd packages/container
npm install
npm run start
- http://localhost:8080/
Marketing
cd packages/marketing
npm install
npm run start
- http://localhost:8081/