Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 770 Bytes

{projectName}

  • {description}

動作要件

  • Node.js 22+

npm scripts

コマンド 役割
npm start プログラムを起動する
npm run dev プログラムをデバッグモードで起動する
npm run lint 型チェックとLintを実行する
npm run build ビルドする
npm run test 対話モードでテストする
npm run headless-test 非対話モードでテストする(CI用)
npm run coverage テストカバレッジの取得