1.11.0 • Published 3 years ago

reactlionlib v1.11.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

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:

  1. How to bootstrap a project with CRA
  2. How to create components and the mindset behind
  3. How to host centralized global styles, fonts and icons in the library
  4. How to publish it to NPM and consume from another application

Usage

  1. Change the project name in package.json
  2. Create an account in NPM and login from cli by running npm login
  3. Run npm publish