@rentpath/react-ui-packages
v0.0.1
Published
React-UI is implemented as a [monorepo](https://github.com/babel/babel/blob/master/doc/design/monorepo.md) managed with [Lerna](https://github.com/lerna/lerna) to facilitate scripts, versioning and publishing.
Downloads
4
Maintainers
Keywords
Readme
react-ui
React-UI is implemented as a monorepo managed with Lerna to facilitate scripts, versioning and publishing.
For simplicity, yarn run clean
and yarn run build
will execute lerna run clean
and lerna run build
, respectively, which will traverse packages
and run the intended scripts in all of the individual packages.
More Lerna commands, including how to publish.