Skip to content

ueki-tomohiro/storybook-visual-regression-test

Repository files navigation

Demo web

主な使用ライブラリ

ディレクトリ構成

.demo
├── libs                                # 共通ライブラリ
├── tools                               # ツール
└── packages
    ├── web
    │   └── src
    │        ├── atoms                  # 状態管理
    │        ├── features               # 機能ごとにディレクトリを分割
    │        │   └── feature1
    │        │   └── feature2
    │        ├── pages
    │        └── schemas            # バリデーション
    ├── ui                              # UIコンポーネント
    │   └── components
    └── api                             # OpenAPIの書き出し先
        └── lib
            └── demo

起動

$ yarn web start

ビルド

$ yarn web build

Storybook

$ yarn start-storybook

Test

$ yarn test

Lint

$ yarn lint

Format

$ yarn format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published