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.
- Host: GitHub
- URL: https://github.com/navono/component-lib
- Owner: navono
- Created: 2017-06-25T08:41:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T12:35:12.000Z (almost 9 years ago)
- Last Synced: 2025-10-10T05:13:33.194Z (8 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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`