
Follow below steps to integrate Microfrontend app with
Shell app
• Go to shell app’s location
• Copy output/dist js from Microfrontend
app (Follow step 6 in slide 6)
• Paste output/dist js to Shell/Public
folder.
• Open .env file
• Go to MicroFrontendApps section and
add the JSON as below:
{ "AppId": “yourAppId", "DisplayName":
“App Display name", "Path": "/appPath",
"Icon": "", "HostCDNUrl": "public/app.js",
"APIUrl": “NA" }
• Run npm start