vercel/vercel/examples/storybook

reactnextstorybooktypescripthugo
Loading...
vercel

Storybook

This is a Next.js with Storybook project bootstrapped with create-next-app.

Deploy Your Own

Deploy your own Storybook project with Vercel.

Deploy with Vercel

Live Example: https://storybook-template.vercel.app

Running Locally

First, run the development server:

npm run storybook
# or
yarn storybook
# or
pnpm storybook

Navigate to localhost:6006.