https://github.com/offirmo/hello-world--storybook
https://github.com/offirmo/hello-world--storybook
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/offirmo/hello-world--storybook
- Owner: Offirmo
- License: unlicense
- Created: 2023-12-27T20:40:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:39:51.000Z (about 2 years ago)
- Last Synced: 2025-06-08T23:36:39.892Z (about 1 year ago)
- Language: MDX
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hello-world--storybook
https://storybook.js.org/docs/get-started/install
```
## in an empty folder:
npx storybook@latest init
## then select your framework and bundler (ex. react + vite)
## then
npm run storybook
```