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

https://github.com/stylelist94/stylish-react-package

skeleton to react component library
https://github.com/stylelist94/stylish-react-package

react react-component-library rollupjs skeleton storybook

Last synced: 10 months ago
JSON representation

skeleton to react component library

Awesome Lists containing this project

README

          

# Stylish React Package

skeleton to react component library

## Features

- Storybook
- Testing(Jest, React Testing Library)

## Get Started

### Run Storybook

```bash
yarn storybook
```

### Build

#### Package

```bash
yarn build
```

#### Storybook

```bash
yarn build-storybook
```

### Testing

```bash
# Dev(watching)
yarn test

# CI
yarn test:ci
```