0.1.0 • Published 4 years ago

esco-components v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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:

this project inspired/copied from this Post

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