1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Basic Study LogAdvent Calendar 2024

Day 12

React + Vite環境にStorybookを入れてみる

Posted at

はじめに

以前の記事で勉強のためにReact+Vite環境を構築しましたが、合わせてStorybookも勉強したいなと思い、構築していく備忘録を残そうと思います。

手順

実は以下のコマンドをルートで実行するだけで入れることができました。

$ npx storybook@latest init
Need to install the following packages:
storybook@8.4.7
Ok to proceed? (y) y
╭──────────────────────────────────────────────────────╮
│                                                      │
│   Adding Storybook version 8.4.7 to your project..   │
│                                                      │
╰──────────────────────────────────────────────────────╯
 • Detecting project type. ✓
Installing dependencies...

インストールが完了したら自動でStorybookが起動してくれました。(初心者用ガイドまでついていて便利…)
スクリーンショット 2024-12-11 21.55.00.png
スクリーンショット 2024-12-11 21.55.07.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?