@amol_b_jamkar/testreactlibrary

Test component to learn how to create library

Usage no npm install needed!

<script type="module">
  import amolBJamkarTestreactlibrary from 'https://cdn.skypack.dev/@amol_b_jamkar/testreactlibrary';
</script>

README

Template for creating react library with storybook

  • To quick start building react library.
  • Using ReactJs.
  • StoryBook

Tech

Installation

Install the dependencies.

$ npm install

To run storybook

npm run storybook

Create build

npm run build

Publish 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 library

Important links to read