Personal template of @a-type for creating React libraries using Typescript.
- Testing: Jest/RTL -
npm test
/npm test:watch
- Build: CJS+ESM -
npm run build:cjs
/npm run build:esm
- Storybook -
npm run storybook
- TSDoc -
npm run tsdoc
- Homepage -
cd homepage && npm run build