Install
- Angular CLI version 11.2.4.
- YARN using
npm install --global yarn
Install deps using yarn
Run Main APP ng serve
for a dev server. Navigate to http://localhost:2000/
.
Run Shell APP ng serve --project shell
for a dev server. Navigate to http://localhost:5000/
.
Run Mfe1 APP ng serve --project mfe1
for a dev server. Navigate to http://localhost:4000/
.