# create-react-component-library

[![npm version](https://badge.fury.io/js/@anedomansky%2Fcreate-react-component-library.svg)](https://badge.fury.io/js/@anedomansky%2Fcreate-react-component-library)

This is a starter for creating your own component library with React and Vite.

> **Compatibility Note:**
> Vite requires [Node.js](https://nodejs.org/en/) version 18+, 20+.

## Usage

With NPM:

```bash
$ npx @anedomansky/create-react-component-library
```

With PNPM:

```bash
$ pnpm create @anedomansky/create-react-component-library
```

After that just answer the upcoming interactive prompts and you're good to go!
