React component library for portal development
- Install dependencies
yarn install - Create dist folder
yarn rollup - Create local npm package
npm pack - Install the generated package in any next/react project for local development
yarn add /Users/rajeshk/scm/github.com/leftbin/portal-base/leftbin-portal-base-1.0.0.tgz
TODO