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
- Host: GitHub
- URL: https://github.com/xxhls/react-component-library-template
- Owner: xxhls
- License: mit
- Created: 2024-10-07T14:26:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T05:10:48.000Z (6 months ago)
- Last Synced: 2024-10-28T13:48:34.160Z (6 months ago)
- Topics: library, react, template, typescript
- Language: MDX
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vite - react-component-library-template - A library template for with `React`, `TypeScript`, `Vitest`, `React Testing Library`, `Storybook`, `Biome`, `Stylelint`. (Get Started / Templates)
- fucking-awesome-vite - react-component-library-template - A library template for with `React`, `TypeScript`, `Vitest`, `React Testing Library`, `Storybook`, `Biome`, `Stylelint`. (Get Started / Templates)
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

- "dev:demo-dist": run the demo-dist
- "storybook": run the storybook

- "test:ui": run the vitest