test-library-ui
v1.0.0
Published
This project is a final result on Tutorial: Making a React Component Library with Storybook and NPM.
Downloads
1
Readme
React Component Library
This project is a final result on Tutorial: Making a React Component Library with Storybook and NPM.
Video Link: https://youtu.be/7Gbk4h2AYVE
In this video, you will learn:
- How to bootstrap a project with CRA
- How to create components and the mindset behind
- How to host centralized global styles, fonts and icons in the library
- How to publish it to NPM and consume from another application
Usage
- Change the project name in
package.json
- Create an account in NPM and login from cli by running
npm login
- Run
npm publish