Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

A React component library starter with Storybook, Vite and Typescript.

License

Notifications You must be signed in to change notification settings

openscript-ch/react-vite-storybook-typescript-starter

Folders and files

NameName
Last commit message
Last commit date
Dec 29, 2022
Dec 29, 2022
Apr 25, 2022
Dec 19, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Dec 29, 2022
May 23, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Apr 5, 2022
Apr 26, 2022
Dec 29, 2022
Dec 29, 2022
Apr 5, 2022
Apr 26, 2022
Dec 19, 2022
May 23, 2022

Repository files navigation

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
  • Tools
    • Vite: Next Generation Frontend Tooling
    • Vitest: A blazing fast unit-test framework powered by Vite.
    • Vite Plugin dts: A vite plugin for generating .d.ts files.
    • Storybook: Storybook is an open source tool for building UI components and pages in isolation. It streamlines UI development, testing, and documentation.
    • Storybook Builder Vite: An experimental plugin to run and build Storybooks with Vite.