An open API service indexing awesome lists of open source software.

https://github.com/safeimuslim/starter-kit-react-component-publish

Starter kit for publishing react component to npm and yarn
https://github.com/safeimuslim/starter-kit-react-component-publish

components npm-package publishing reactjs starter-kit yarnpkg

Last synced: 2 months ago
JSON representation

Starter kit for publishing react component to npm and yarn

Awesome Lists containing this project

README

          

# starter-kit-react-component-publish
Starter kit for publishing react component to npm and yarn

## :arrow_up: How to Setup

**Step 1:** git clone this repo

**Step 2:** install application with `npm install` or `yarn install`

**Step 3:** ready to custom

## :arrow_up: How to Development test

**Step 1:** `npm run build`

**Step 2:** `npm link`

**Step 3:** open you anothers project, run `npm link `

**Step 4:** `import `, ready to use

## :arrow_up: How to Publish

**Step 1:** `npm adduser`

**Step 2:** `npm publish`

check your package in npmjs.com