Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 371 Bytes

File metadata and controls

20 lines (15 loc) · 371 Bytes

react-library-template

Create a React component/library with Typescript including:

  • Biome.js
  • Vite/Vitest

Local Development Testing

Bundle package similar to publishing:

$ pnpm pack

Output: allenthich-react-library-template-0.0.1.tgz

Usage

In the consuming project, run:

pnpm install ./allenthich-react-library-template-0.0.1.tgz