Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 923 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 923 Bytes

Component Library

License: MIT

This project skeleton was created to help people get started with creating their own React component library using:

It also features:

Development

Testing

npm run test

Building

npm run build

Storybook

To run a live-reload Storybook server on your local machine:

npm run storybook

To export your Storybook as static files:

npm run storybook:export