Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konsalex/tsup-reproduction-react


https://github.com/konsalex/tsup-reproduction-react

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

To reproduce the issue:

```
# Install dependencies
yarn

# Build react package
yarn workspace @test-lib/react build

# Run vite dev server
yarn workspace @test-lib/web dev

# Then visit the website and check the console logs
# URL: http://127.0.0.1:5173/
```