Skip to content

dankreiger/puppy-microfrontends

Repository files navigation

Welcome to puppy-microfrontends 🐶

Documentation Maintenance

Install

npm install

Usage

Start All

npm run start

Start some

ex. start only marketing and auth

npm run start -- --scope=auth,dashboard

Add dependencies to all microfrontends

ex. add ramda microfrontends

npm run add -- ramda

Add dependencies some microfrontends

ex. add ramda microfrontends to auth and container microfrontends

npm run add -- ramda --scope=auth,container

Add dev dependencies to all microfrontends

ex. add scripty and webpack to all microfrontends

npm run add -- --dev=scripty,webpack

Add dev dependencies some microfrontends

ex. add scripty and webpack to auth and container microfrontends

npm run add -- --dev=scripty,webpack --scope=auth,container

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published