Template for quickly creating a React component library. Supports Typescript and Sass out of the box. Comes with Storybook and Jest for testing.
execute scripts with npm run $script_name
| Script | Command | Description |
|---|---|---|
| rollup | "rollup -c" | bundle library |
| storybook | "start-storybook -p 6006" | start storybook local server |
| build-storybook | "build-storybook" | build storybook as standalone application |
TODO: add Jest