Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergioalberto/storybook-react
Here you will see how to create a React app with Storybook
https://github.com/sergioalberto/storybook-react
Last synced: about 18 hours ago
JSON representation
Here you will see how to create a React app with Storybook
- Host: GitHub
- URL: https://github.com/sergioalberto/storybook-react
- Owner: sergioalberto
- License: apache-2.0
- Created: 2021-04-13T18:18:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-03T23:13:05.000Z (over 2 years ago)
- Last Synced: 2023-08-03T17:05:48.807Z (over 1 year ago)
- Language: JavaScript
- Size: 3.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React App with Storybook
Here you will see how to create a [React](https://reactjs.org/) app with [Storybook](https://storybook.js.org).## React
```shell script
npx create-react-app hello-react
cd hello-react
yarn start
```## Storybook
```shell script
npx sb init
yarn storybook
``````shell script
npx degit chromaui/intro-storybook-react-template taskbox
cd taskbox
yarn
yarn storybook
yarn start
yarn test
```Source:
- https://storybook.js.org/tutorials/intro-to-storybook/react/en/get-started/