@amol_b_jamkar/testreactlibrary
v0.0.11
Published
Test component to learn how to create library
Maintainers
Readme
Template for creating react library with storybook
- To quick start building react library.
- Using ReactJs.
- StoryBook
Tech
Installation
Install the dependencies.
$ npm installTo run storybook
npm run storybookCreate build
npm run buildPublish to npm
You need to sign up first to npm
npm login
npm version 0.0.1 // version to start with
npm publish --access=public // with public access to your libraryImportant links to read
libraryTargetin Webpack config : https://github.com/umdjs/umd"How to?"guide for storybook beginners. https://www.learnstorybook.com/react/en/simple-component/
