Made with create-react-library
npm install explanation-packagebash
yarn global add yalc
`
Usage
`bash
In explanation-package
yarn
yarn build
yalc publish # Push package to yalc store
nodemon -x 'yalc push' ## watch for change
yarn start
In targeted app
yalc add --link explanation-package
add to .gitignore
.yalc
.yalc
yalc.lock
`
Unlink package
`bash
In targeted app
yarn remove explanation-package
``