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.
// run these scripts in different terminals
npm run storybook
npm run watch:tailwind
- Change
name
andpublicConfig
frompackage.json
- Change
version
if you made an update. - Run
npm publish
You can check this nice guide for inspiration.