An open API service indexing awesome lists of open source software.

https://github.com/uber5/u5-components-experiment

Experimenting with packaging React components, styling and storybooks
https://github.com/uber5/u5-components-experiment

Last synced: 10 months ago
JSON representation

Experimenting with packaging React components, styling and storybooks

Awesome Lists containing this project

README

          

# u5-components-experiment

Experimental, (hopefully) reusable React Components

There is [experimental component documentation](https://Uber5.github.io/u5-components-experiment/).

# Run Tests (etc) in Development

In general: Use [yarn](https://github.com/yarnpkg/yarn), not `npm`.

yarn dev:watch

This will run
[jest](https://facebook.github.io/jest/),
[Flow type checking](https://flow.org/) and
[ESLint](https://eslint.org/docs/rules/),
while you focus on implementing great functionality.

# Run Storybook in Development

yarn run storybook

## How to Publish

Seems like `npm publish` works, even though I got errors ("cafile not found"?)
along the way. `yarn publish` seems to have issues with scoped
packages / private registries, see
(also check )

## API

#### Table of Contents

- [doGreatStuff](#dogreatstuff)

### doGreatStuff

doGreatStuff does great stuff, for now by answering an important
question.

(TODO: update this documentation)

Returns **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)**