Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 805 Bytes

File metadata and controls

23 lines (19 loc) · 805 Bytes

React Component Kit

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