npm install -ws
Start all (dev):
npm run start -w=dsnpm run start -w=mfenpm run start -w=app
Build and serve locally:
npm run buildnpm run serve
Packages:
appis the host application, that references a remote component published bymfeapiprovides a shared state used byappandmfe, as a shared singletonmfe: micro frontend, exposes a remote component consumed byappds: design-system, exposes standard components for consumption by other UI packages