Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
React UI/Component library starter with tsup
- Host: GitHub
- URL: https://github.com/vfshera/tsup-react-library-starter
- Owner: vfshera
- Created: 2023-04-06T09:08:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T10:45:02.000Z (about 1 year ago)
- Last Synced: 2024-04-17T01:10:01.756Z (9 months ago)
- Topics: react, tsup
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```