Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 815 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 815 Bytes

Component Library Boilerplate

Table of Contents

Overview

This is a boilerplate for a React component library. This boilerplate will give you everything you need to create, test and publish your own component library. An example component has been addded along with a story that displays the test results.

Install

  • Clone the repo
  • Visit project folder from terminal
  • Type 'npm install' to install required packages
  • Type 'npm run test:generate-output' to generate test file
  • Type 'npm run storybook' to run Storybook

Built With