An open API service indexing awesome lists of open source software.

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

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`