@onerent/react-components
v0.3.0
Published
Onerent React Components Library
Downloads
4
Readme
Onerent React Components
Built with React.
Install
To install the library run:
$ npm install @onerent/react-componentsor by using Yarn:
$ yarn add @onerent/react-componentsDocs
See the API documentation.
Local setup
Yarn is used for installing dependencies. Install Yarn here. Run yarn to install the dependencies. Gulp is also used for running tasks. Install gulp-cli globally by running yarn global add gulp-cli.
Scripts you can run:
- Run the tests once with
yarn test. - Start the docs site with
yarn start - Run
yarn buildto build the library.
