Skip to content

Commit 1f36cfa

Browse files
committed
updated readme
1 parent 4777813 commit 1f36cfa

17 files changed

Lines changed: 9 additions & 4 deletions

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ Demonstrates webpack 5 Module Federation with Angular and the Angular Router.
44

55
## Start
66

7-
- ``npm run build``
8-
- ``npm run serve:dist``
9-
- Navigate to shell at http://localhost:5000
10-
- Navigate to standalone microfrontend at http://localhost:3000
7+
- Install dependencies with yarn (!)
8+
- You need to use yarn until Angular 12 (May 2021) to use the experimental opt-in for webpack 5
9+
- Beginning with Angular 12, webpack 5 will be active by default
10+
- Run Micro Frontend 1
11+
- ng serve mfe1 -o
12+
- Run Micro Frontend 2
13+
- ng serve mfe2 -o
14+
- Run the shell
15+
- ng serve shell -o
1116

-4.34 KB
Binary file not shown.

libs/_angular-devkit_architect.tgz

-19.7 KB
Binary file not shown.
-105 KB
Binary file not shown.
-2.71 KB
Binary file not shown.
-20.6 KB
Binary file not shown.
-6.04 KB
Binary file not shown.

libs/_angular-devkit_core.tgz

-97 KB
Binary file not shown.
-5.27 KB
Binary file not shown.
-49.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)