@dhua5922/react-kit
v1.0.0
Published
A modern React component library
Maintainers
Readme
React Kit
A React component library workspace built with TypeScript, Vite, Storybook, and live-editable documentation.
Documentation Site
- https://huadylan.com/react-kit/storybook/
- Getting started guide:
documentation/GETTING_STARTED.md
Development
- Install dependencies
yarn- Start Storybook
yarn storybook- Serve the static documentation shell
yarn docs:devScripts
npm run dev- start the Vite dev servernpm run build- build the packagenpm run build:docs- build Storybook intodocumentation/storybooknpm run storybook- start Storybook locallynpm run build-storybook- build Storybook intostorybook-staticnpm run docs:dev- serve thedocumentation/folder locallynpm run typecheck- run TypeScript without emitting filesnpm run lint- run ESLint onsrcnpm run test- run Vitestnpm run validate- run typecheck, lint, and tests
Contribution
See CONTRIBUTING.md
