An open API service indexing awesome lists of open source software.

https://github.com/vfshera/tsup-react-library-starter

React UI/Component library starter with tsup
https://github.com/vfshera/tsup-react-library-starter

react tsup

Last synced: 8 months ago
JSON representation

React UI/Component library starter with tsup

Awesome Lists containing this project

README

          

# Tsup React Library Starter

This is a simple template to get started building react library with tsup

## Install dependencies

```sh
pnpm install:all
```

## Dev/Watch Library

```sh
pnpm dev
```

## Run React,Remix and NextJs Demos

```sh
pnpm start:demos
```

## Build Library

```sh
pnpm build
```