cd ./host-app
npm install
cd ./angular-remote-app
npm install
cd ./react-remote-app
npm install- Shell app will run at http://localhost:4200/micro-frontend/host-app
cd ./host-app
npm start- Remote app will run at http://localhost:4201/micro-frontend/angular-app
cd ./angular-remote-app
npm start- Remote app will run at http://localhost:3000/micro-frontend/react-app
cd ./react-remote-app
npm start