https://github.com/bdombro/storybook-minimal
An absolute minimal, standalone storybook app.
https://github.com/bdombro/storybook-minimal
Last synced: 12 days ago
JSON representation
An absolute minimal, standalone storybook app.
- Host: GitHub
- URL: https://github.com/bdombro/storybook-minimal
- Owner: bdombro
- Created: 2023-06-28T18:33:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T18:33:45.000Z (about 3 years ago)
- Last Synced: 2026-06-25T19:27:32.234Z (about 1 month ago)
- Language: TypeScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storybook-minimal
An absolute minimal, standalone storybook app. Could be used to add a standalone storybook feature to existing apps that you don't want to share any config or dependencies with.
For example, you may want to use it with a percel, nextjs, remixjs app and you don't want conflicts with those build systems bc Storybook is very fragile.
## References
- Started from