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

https://github.com/xxhls/react-component-library-template

The template for developing a react component library
https://github.com/xxhls/react-component-library-template

library react template typescript

Last synced: 4 months ago
JSON representation

The template for developing a react component library

Awesome Lists containing this project

README

        

# react-component-library-template

This is a template to create a react component libraries with Vite

## Features

- React
- TypeScript
- Biome & Stylelint
- Storybook
- Vite
- Vitest
- Husky
- Commitizen

## Scripts

- "format": format the code
- "build": build the components
- "bump": bump a patch version
- "push:main": push history and tags
- "dev:demo": run the demo
![alt text](image.png)
- "dev:demo-dist": run the demo-dist
- "storybook": run the storybook
![alt text](image-1.png)
- "test:ui": run the vitest