Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.11 KB

README.md

File metadata and controls

40 lines (31 loc) · 2.11 KB

yumeshop-frontend

株式会社ゆめみのフロンドインターン課題用の開発環境を提供します。

Requirements

  • Yarn
  • Node.js 18.16.1

Usage

リポジトリを Fork して利用してください。

Development environment

npm scripts

command description
dev 開発モードでアプリケーションを起動
build アプリケーションのビルド
start ビルド済みアプリケーションをプロダクションモードで起動
lint eslint の実行
lint: fix eslint の実行と修正
format prettier の実行
fix format と lint:fix の実行
storybook storybook の起動
build-storybook storybook のビルド
mock mock サーバ起動(データ 1 件 または example に書いてあるもののみ)
generate openapi.yaml を元に TypeScript の型と API クライアントを生成
test jest の実行