@qch-notice/notice-react-typescript-components-library
v1.0.7
Published
The aim is to create a lightweight (5kb) boilerplate to create a React Typescript components library publishable as an npm package.
Downloads
2
Readme
General
The aim is to create a lightweight (5kb) boilerplate to create a React Typescript components library publishable as an npm package.
Usage
git clone
this repo.
Publish to npm
npm run build
npm publish --access public
See your components
npm start
- add your component to the
App.tsx
file
Notes
Styled-components
Styled-components is bundled, if your project does not contain it, don't forget to npm install styled-components
.
Contribute
Contributions are welcome.
Licensek
MIT