README
Typescript/React/Storybook/Jest template
Template for creating UI components library to be published on npm. Only dist directory is published on npm through the files property of package.json. Typescript declarations are included in dist.
Usage
build js / css
npm run build
start storybook
npm run storybook
start jest in watch mode
npm test