Slide 68
Slide 68 text
ハンズオン - 2. 品質ゲート
1.以下のプロンプトをコピーして Copilot Agentに依頼してください。
—
React + Vite + TypeScriptのbootstrapリポジトリを作成してください。
要件:
- Node.js v24 (.nvmrc)
- React 19 + Vite 6
- TypeScript 厳密モード
- Biome (linter/formatter)
- Vitest(Test)
- npm scriptsは dev, build, typecheck, lint, lint:fix, test, test:coverage を用意。
68