Just a monorepo with an lib app and one consumer spa app
npm run build components-lib
# go to dist files
cd dist/components-lib
# link dist files as an package
npm link
# go back to root directory of monorepo
cd ../../
# install the linked package
npm link components-lib
npm start spa-application