https://github.com/openscript-ch/react-vite-storybook-typescript-starter
A React component library starter with Storybook, Vite and Typescript.
https://github.com/openscript-ch/react-vite-storybook-typescript-starter
Last synced: 11 months ago
JSON representation
A React component library starter with Storybook, Vite and Typescript.
- Host: GitHub
- URL: https://github.com/openscript-ch/react-vite-storybook-typescript-starter
- Owner: openscript-ch
- License: mit
- Created: 2022-04-05T13:05:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:31:38.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T04:05:51.306Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 12.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-vite-storybook-typescript-starter
This is a starter for providing reusable React component packages. It brings Typescript, Storybook and Vite along.
## Getting started
Add the package with the package manager via NPMs or GitHubs registry of choice to your project:
- **yarn**: `yarn add react-vite-storybook-typescript-starter`
- **npm**: `npm install react-vite-storybook-typescript-starter`
- **pnpm**: `pnpm add react-vite-storybook-typescript-starter`
- **npx**: `npx -p react-vite-storybook-typescript-starter`
## Resources
- Articles
- [**Use Vite in Library Mode**](https://vitejs.dev/guide/build.html#library-mode)
- Tools
- [**Vite**](https://vitejs.dev/): Next Generation Frontend Tooling
- [**Vitest**](https://vitest.dev/): A blazing fast unit-test framework powered by Vite.
- [**Vite Plugin dts**](https://github.com/qmhc/vite-plugin-dts): A vite plugin for generating `.d.ts` files.
- [**Storybook**](https://storybook.js.org/): Storybook is an open source tool for building UI components and pages in isolation. It streamlines UI development, testing, and documentation.
- [**Storybook Builder Vite**](https://github.com/storybookjs/builder-vite): An experimental plugin to run and build Storybooks with Vite.