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

https://github.com/featherplain/storybook-sample


https://github.com/featherplain/storybook-sample

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Storybook Sample
This is a sample of React Storybook.
https://storybook.js.org/

## Getting Started
1. Clone this repository.

```
$ git clone git@github.com:featherplain/storybook-sample.git storybook-sample
```

2. Install NPM modules.

```
$ npm install
```

3. Then run this command. Storybook started on `http://localhost:9001/`.

```
$ npm run storybook
```