An open API service indexing awesome lists of open source software.

https://github.com/navono/component-lib

This is a tutorial repo for publishing a test component library to npm.
https://github.com/navono/component-lib

javascript react

Last synced: about 1 month ago
JSON representation

This is a tutorial repo for publishing a test component library to npm.

Awesome Lists containing this project

README

          

# component-lib

This is a tutorial repo for publishing a test component library to npm.

The original url: [Building a React Component Library](https://hackernoon.com/building-a-react-component-library-part-1-d8a1e248fe6c)

Create symlink of library locally, use `npm link`, then in test project, use `npm link component-lib`