Skip to content

jonspalmer/view_component_storybook_example

Repository files navigation

ViewComponent::Storybook Example

This project demonstrates Storybook Server running using Stories and ViewComponents generated by ViewComponent::Storybook.

Ruby Version

Use your favorite Ruby version manager to install 2.7.2

Install Gems and Node modules

bundle install
yarn

Genrate the Strobook stories JSON

rake view_component_storybook:write_stories_json

Run the Rails backend:

rails s

This starts a Rails dev server on port 3000.

Run Storybook

To view the stories in the storybook UI:

yarn storybook

This runs the Storybook dev server loading stories from the Rails endpoint

About

Example app demonstrating ViewComponent::Storybook to preview ViewComponents in Storybook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published