npm-package-starter-kit-react
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Npm Package Starter (react)

This is a starter kit for creating React Components which you want to publish on npm.

How to use this repo

  1. Clone the repo using git clone https://github.com/anampartho/npm-package-starter-kit-react.git <your-package-name>. Replace <your-package-name> with the package name of your choice.
  2. Delete the .git folder and re-initiate git using git init
  3. Add remote settings to your git.
  4. Inside src/components go ahead and create new components.
  5. From src/index.ts export your components with a single default import.
Special Thanks

The structure of this project is taken from: React Material UI Carousel and then some packages have been updated and others removed.

Readme

Keywords

Package Sidebar

Install

npm i npm-package-starter-kit-react

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

4 kB

Total Files

7

Last publish

Collaborators

  • anampartho