Skip to content

a-type/react-typescript-library-template

Repository files navigation

react-typescript-library-template

Personal template of @a-type for creating React libraries using Typescript.

Features

  • 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