ak_storybook_poc

0.1.5 • Public • Published

Design system using storybook and Rollupjs

  1. Clone the application
  2. Install the packages

npm install

  1. To Start the storybook

npm run storybook

  1. Make the changes and export them in index.js
  2. change the application version in package.json file
  3. Make the build using rollup.js the bundler that helps to make the minified version of the application and distribute the reactjs application as a distributable package

npm run build-lib

  1. Login with npm in your command prompt

npm add user

  1. Add the GitHub token and npm token in the .env file
  2. publish the package

npm publish

How to use the package that is published on npm

  1. install the package.

npm install ak_storybook_poc

  1. import the package in the js file

import { Button } from 'ak_storybook_poc'

  1. You can customise the component with the custom css

Readme

Keywords

none

Package Sidebar

Install

npm i ak_storybook_poc

Weekly Downloads

0

Version

0.1.5

License

none

Unpacked Size

47.7 kB

Total Files

37

Last publish

Collaborators

  • akkpuvvada