🏠 Homepage
npm install
npm run start
ex. start only marketing
and auth
npm run start -- --scope=auth,dashboard
ex. add ramda microfrontends
npm run add -- ramda
ex. add ramda microfrontends to auth
and container
microfrontends
npm run add -- ramda --scope=auth,container
ex. add scripty
and webpack
to all microfrontends
npm run add -- --dev=scripty,webpack
ex. add scripty
and webpack
to auth
and container
microfrontends
npm run add -- --dev=scripty,webpack --scope=auth,container