0.1.5 • Published 9 months ago

ak_storybook_poc v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago
  1. Clone the application
  2. Install the packages

    npm install

  3. To Start the storybook

    npm run storybook

  4. Make the changes and export them in index.js
  5. change the application version in package.json file
  6. 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

  7. Login with npm in your command prompt

    npm add user

  8. Add the GitHub token and npm token in the .env file
  9. publish the package

    npm publish

  1. install the package.

    npm install ak_storybook_poc

  2. import the package in the js file

    import { Button } from 'ak_storybook_poc'

  3. You can customise the component with the custom css