A React + TypeScript + Vite + Tailwind CSS project for the "Writing Boring React Components" workshop.
npm install
npm run devThe app will start at http://localhost:5173.
See EXERCISE.md for instructions.
The starting monolith component is in src/WitcherContractBoard.tsx.
The reference solution is in solution/features/contracts/.