0.0.11 • Published 5 years ago

@amol_b_jamkar/testreactlibrary v0.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago