test123-001
v0.0.2
Published
### :zap: Publish React Components with a breeze! :zap:
Downloads
4
Readme
:zap: Rollup + TailwindCSS 3 + Storybook + Typescript :zap:
:zap: Publish React Components with a breeze! :zap:
Click here for demo which is created from this example
- Boilerplate repo allows you publish optimized packages which are compatible with CommonJS, ECMAScript.
- Also, allows you to use Typescript, which is optional.
Sandbox environment
// run these scripts in different terminals
npm run storybook
npm run watch:tailwindTo publish
- Change
nameandpublicConfigfrompackage.json - Change
versionif you made an update. - Run
npm publish
For More
You can check this nice guide for inspiration.
