@rentablo/components
TypeScript icon, indicating that this package has built-in type declarations

0.3.95 • Public • Published

Commands

The recommended workflow is to run:

npm start # or yarn start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run either Storybook or the example playground:

Storybook

Run inside another terminal:

yarn storybook

This loads the stories from ./stories.

NOTE: Stories should reference the components as if using the library, similar to the example playground. This means importing from the root project directory. This has been aliased in the tsconfig and the storybook webpack config as a helper.

Example

Then run the example inside another:

cd example
npm i # or yarn to install dependencies
npm start # or yarn start

To do a one-off build, use npm run build or yarn build.

To run tests, use npm test or yarn test.

Jest

Jest tests are set up to run with npm test or yarn test.

Readme

Keywords

none

Package Sidebar

Install

npm i @rentablo/components

Weekly Downloads

16

Version

0.3.95

License

SEE LICENSE IN LICENSE

Unpacked Size

3.37 MB

Total Files

507

Last publish

Collaborators

  • alevtine
  • bankovskaya_rentablo
  • bonusrk
  • it-rentablo
  • stacklies_rentablo