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
- Host: GitHub
- URL: https://github.com/uber5/u5-components-experiment
- Owner: Uber5
- License: other
- Created: 2018-03-14T04:26:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T14:32:40.000Z (over 8 years ago)
- Last Synced: 2025-07-26T16:27:46.594Z (12 months ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**