react-component-storybook
v0.1.4
Published
This library uses Vite and Storybook as local development server and Rollup for bundling components. Storybook is used to bundle the component library site. **You can use this library as your project instead of a module**
Downloads
20
Maintainers
Readme
React + TypeScript + Vite + Rollup + Storybook
This library uses Vite and Storybook as local development server and Rollup for bundling components. Storybook is used to bundle the component library site. You can use this library as your project instead of a module
By the way, it includes the usage of Tailwind CSS
Now, just follow the steps below
First, you should run npm install
You can run npm build-library to start a localServer for local develop
To develop you components reference storybook.js.org
To bundle the components, you can run npm run build-library
Run npm run build-storybook to build static site