teenie.jo

add 11주차 주간보고, edit readme

1 +# Single SPA와 Webpack Module Federation을 활용한 Single Page Application에서의 Micro Frontend Architecture
2 +
3 +> Micro Frontend Architecture에 대하여 정의하고 Single SPA와 Webpack Module Federation를 활용한 Single Page Application에서의 Micro Frontend Architecture를 구현함으로서 비즈니스 코드에서 Micro Frontend Architecture의 유효성을 고찰해본다.
4 +
5 +
6 +
7 +## sample project 구동 방법
8 +
9 +```
10 +cd capstone-design-single-spa-navbar
11 +yarn start --port 9001
12 +```
13 +
14 +```
15 +cd capstone-design-single-spa-news
16 +yarn start --port 9002
17 +```
18 +
19 +```
20 +cd capstone-design-single-spa-comment
21 +yarn start --port 9003
22 +```
23 +
24 +```
25 +cd capstone-design-single-spa-recommend
26 +yarn start --port 9004
27 +```
28 +
29 +```
30 +cd capstone-design-single-spa-root
31 +yarn start
32 +```
1 33
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type