Creating and Publishing a React Component Library as a NPM Package via React, Storybook adn Rollup
Initiating Base Setup - any one from the two below
I. With NPM INIT
Star with an empty folder and creates a package.json
npm init
Create directories:
my-react-lib
└── src
├── components
└── index.js
add dependencies only in develop...
appsplash99.hashnode.dev4 min read