react-library-boilerplate-1
v1.0.3
Published
this repository is designed to be a starting point for building a react component library
Downloads
1
Readme
react-library-boilerplate
this repository is designed to be a starting point for building a react component library
it comes with React, typescript, rollup, jest and storybook
Commands
| commands | description | | ------------- |:-------------: | | yarn sb | start storybook | | yarn test | executes tests with jest | | yarn build | build packages with rollup |
Roadmap
- Adding chromatic for storybook visual testing, approve and document publishing
- Moving to github actions