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.
- 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