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
- Host: GitHub
- URL: https://github.com/safeimuslim/starter-kit-react-component-publish
- Owner: safeimuslim
- License: mit
- Created: 2017-11-14T06:31:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T12:25:08.000Z (over 8 years ago)
- Last Synced: 2025-01-26T15:30:48.344Z (over 1 year ago)
- Topics: components, npm-package, publishing, reactjs, starter-kit, yarnpkg
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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