Integrate Storybook into Your Development Environment
- Now I want to show you how to bring this into a project of your own…
- generate a Next.js app
- add storybook with
npx storybook@latest init
- (we’ll change that version to
npx [email protected] init, if want 7.0 — using everything you've learned here
)
- (we’ll change that version to
- observe the intergation (specifically notes)
- show blog post detailing what was included