name: "dashboard",
filename: "remoteEntry.js",
remotes: {},
exposes: {
"./DashboardIndex": "./src/bootstrap",
},
shared: {
...deps,
react: {
singleton: true,
requiredVersion: deps.react,
},
"react-dom": {
singleton: true,
requiredVersion: deps["react-dom"],
},
},
- Install deps:
npm install
. - Start apps:
npm run start
.
Visit http://localhost:8081 to navigate dashboard
app.
Create using https://github.com/jherr/create-mf-app.