Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imamachi-n/storybook-101
storybook-101
https://github.com/imamachi-n/storybook-101
react storybook
Last synced: 26 days ago
JSON representation
storybook-101
- Host: GitHub
- URL: https://github.com/imamachi-n/storybook-101
- Owner: Imamachi-n
- Created: 2018-08-25T23:55:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T00:28:39.000Z (over 6 years ago)
- Last Synced: 2024-11-19T22:45:15.343Z (3 months ago)
- Topics: react, storybook
- Language: JavaScript
- Homepage: https://imamachi-n.github.io/storybook-101/index
- Size: 493 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storybook-101
### How to create the project with storybook
```js
yarn create react-app storybook-101
yarn add --dev @storybook/react
```### Get started
```js
yarn install
yarn storybook
```### Deploy my storybook for Github Pages
```
yarn build-storybook
```