typescript-storybook-component-library-template
v1.0.4
Published
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/.
Readme
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.
