https://github.com/a-type/react-typescript-library-template
A personal template for creating Typescript libraries for React
https://github.com/a-type/react-typescript-library-template
library react template typescript
Last synced: about 2 months ago
JSON representation
A personal template for creating Typescript libraries for React
- Host: GitHub
- URL: https://github.com/a-type/react-typescript-library-template
- Owner: a-type
- License: mit
- Created: 2020-07-19T14:40:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:53:31.000Z (over 3 years ago)
- Last Synced: 2025-03-18T12:59:27.669Z (over 1 year ago)
- Topics: library, react, template, typescript
- Language: TypeScript
- Homepage: https://a-type.github.io/react-typescript-library-template
- Size: 2.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-typescript-library-template
Personal template of [@a-type](https://github.com/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`