Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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