@kbi/story-search
v0.0.6
Published
- [Create a component library using Create React App & Storybook](https://fathomtech.io/blog/create-a-react-component-library-using-create-react-app/).
Downloads
3
Readme
Project Inspiration
Storybook Tutorials
Algolia Docs
Project Scripts
In the project directory, you can run:
npm run storybook
Starts the component explorer on port 9009 Open http://localhost:9009 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm run storybook-build
Builds component library into storybook-static
folder for hosting of demo site on static web server.
npm run compile
Builds component library into dist
folder for future NPM publishing.
npm version ['patch', 'minor', major]
Updates library version using Semantic Versioning 2.0.
npm run publish-free
Publishes library to NPM for distribution.