Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konsalex/tsup-reproduction-react
https://github.com/konsalex/tsup-reproduction-react
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/konsalex/tsup-reproduction-react
- Owner: konsalex
- Created: 2023-10-12T12:14:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T12:20:44.000Z (about 1 year ago)
- Last Synced: 2024-10-30T09:27:59.423Z (2 months ago)
- Language: JavaScript
- Size: 1.99 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```