Component library template
A working template with build and storybook for a Typescript + React 17 component libary, based on https://prateeksurana.me/blog/react-component-library-using-storybook-6/.
Using This Repo
git clone https://github.com/seeratawan01/Typescript-React-Storybook-Library-Starter.git && cd <into app folder>
-
yarn
(To install dependencies) -
yarn storybook
(for the storybook)
Run yarn build
to get your build under lib
.