0.0.11 • Published 6 years ago

@amol_b_jamkar/testreactlibrary v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago