https://github.com/featherplain/storybook-sample
https://github.com/featherplain/storybook-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/featherplain/storybook-sample
- Owner: featherplain
- License: mit
- Created: 2017-11-06T12:41:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T00:38:48.000Z (over 8 years ago)
- Last Synced: 2025-05-15T15:12:53.594Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```