https://github.com/bosh-code/tsdown-react-css-modules
https://github.com/bosh-code/tsdown-react-css-modules
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bosh-code/tsdown-react-css-modules
- Owner: bosh-code
- Created: 2025-10-25T21:39:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-25T21:42:29.000Z (10 months ago)
- Last Synced: 2025-10-25T23:25:28.335Z (10 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-components-starter
A starter for creating a React component library.
## Development
- Install dependencies:
```bash
npm install
```
- Run the playground:
```bash
npm run play
```
- Run the unit tests:
```bash
npm run test
```
- Build the library:
```bash
npm run build
```