Skip to content

Instantly share code, notes, and snippets.

@drteresavasquez
Last active May 13, 2023 01:35
Show Gist options
  • Save drteresavasquez/050ec816697142c994a668d02abdd10a to your computer and use it in GitHub Desktop.
Save drteresavasquez/050ec816697142c994a668d02abdd10a to your computer and use it in GitHub Desktop.
Set up a Storybook Project

Get Started

Create a React App

Once the app is created, run:

npx storybook@latest init

Once it is complete, run:

npm run storybook

This will start up your storybook.

NOTE: Always remember to stop your server when you're done using CTRL+C on Mac or ALT + C on windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment