.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
$ yarn start-storybook
$ yarn test
$ yarn lint
$ yarn format