[email protected] Module Federation
Init and start first app
cd app-exposes;
npm i;
npm run serve;
More information ./app-exposes/README.md
Init and start second app
cd app-general;
npm i;
npm run serve;
After that open http://localhost:8081
More information ./app-general/README.md