Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 369 Bytes

File metadata and controls

11 lines (8 loc) · 369 Bytes

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