react-npm-publish
Setup to publish React Components to NPM
steps to run the code
- clone the git repository
- navigate to the project folder and execute in cmd: npm install
- execute: npm start
- launch http://localhost:1234/ in browser
to publish the component on npm
from project root folder execute: 1. npm login 2. npm publish