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
- Host: GitHub
- URL: https://github.com/stylelist94/stylish-react-package
- Owner: StyleList94
- Created: 2021-01-01T10:01:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T15:31:14.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T17:25:25.522Z (12 months ago)
- Topics: react, react-component-library, rollupjs, skeleton, storybook
- Language: JavaScript
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```