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

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

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
```