Skip to content

mmbliv/component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

  • This is a React component library built using Storybook.
  • The user interface for this project has already been deployed on Github pages, and the package has been published on NPM

Commands

  • To run the Storybook user interface locally:

    npm run storybook
  • To run the React application:

    npm run start
  • To build the project for deployment:

    npm run build-storybook
  • To deploy to Github pages using thestorybook-deployertool, with the storybook-static directory as the output directory:

    npm run deploy-storybook -- --existing-output-dir=storybook-static