common-libraries
Development
Install NPM dependencies :
yarn
Libs are in src
directory.
If you want to create a new one, make sure to add it in the index.spec.ts
.
Watch for changes :
yarn start
Generate bundle
yarn build
TU
yarn test
Publish
?