Skip to content

punctuations/sb-next-ts-tailwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with storybook

To run storybook:

yarn storybook

Open http://localhost:6006 with your browser to see the result.

You can start adding the stories by modifying components/yourcomponent/component.stories.tsx. The page auto-updates as you edit the file.

Deploying

  1. To deploy on vercel ensure the framework option is Other.
  2. In the build command option set it to yarn build-storybook
  3. The output directory option should contain /storybook-static
  4. Deploy! 🎉

visual

About

📚 A template for Storybook + Next.js + Typescript + Tailwindcss!

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors