https://github.com/moishinetzer/epic-stack-with-storybook
Epic Stack with Storybook Integration and remix-specific testing
https://github.com/moishinetzer/epic-stack-with-storybook
epic-stack epic-stack-example
Last synced: 5 months ago
JSON representation
Epic Stack with Storybook Integration and remix-specific testing
- Host: GitHub
- URL: https://github.com/moishinetzer/epic-stack-with-storybook
- Owner: moishinetzer
- Created: 2023-07-02T00:36:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T00:11:02.000Z (over 2 years ago)
- Last Synced: 2025-09-12T15:45:48.706Z (6 months ago)
- Topics: epic-stack, epic-stack-example
- Language: TypeScript
- Homepage:
- Size: 3.22 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Epic Stack Example with Storybook
This demonstrates how to integrate Storybook with the Epic Stack. The easiest
way to explore this is to check the commit history to see what changed from the
`init` commit.
Take note that the only remix-specific storybook file is in the following
location: `stories/GeneralErrorBoundary.stories.tsx`
It's very powerful to be able to create remix-specific components and still be
able to use them in Storybook with the same props and functionality.
A follow on to this would be to add the chromatic addon to Storybook and add it
to the CI/CD pipeline.