npm install -ws
Start all (dev):
npm run start -w=ds
npm run start -w=mfe
npm run start -w=app
Build and serve locally:
npm run build
npm run serve
Packages:
app
is the host application, that references a remote component published bymfe
api
provides a shared state used byapp
andmfe
, as a shared singletonmfe
: micro frontend, exposes a remote component consumed byapp
ds
: design-system, exposes standard components for consumption by other UI packages