Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/applitools/storybook-demo
Example storybook 7.5
https://github.com/applitools/storybook-demo
Last synced: about 1 month ago
JSON representation
Example storybook 7.5
- Host: GitHub
- URL: https://github.com/applitools/storybook-demo
- Owner: applitools
- Created: 2024-08-22T11:52:51.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:56:09.000Z (4 months ago)
- Last Synced: 2024-08-22T13:20:17.774Z (4 months ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Storybook demo
## Install
```
npm install
```## Usage
### Start storybook
```
npm run storybook
```
### Build storybook
```
npm run build-storybook
```
### Test with Eyes-Storybook
```
npm test
```