Skip to content

It is a boiler plate for creating react library with story book and webpack.

Notifications You must be signed in to change notification settings

jamkaramol/testReactLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published