Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 430 Bytes

File metadata and controls

19 lines (12 loc) · 430 Bytes

Slay the Leshen - Exercise

A React + TypeScript + Vite + Tailwind CSS project for the "Writing Boring React Components" workshop.

How to run

npm install
npm run dev

The app will start at http://localhost:5173.

Exercise

See EXERCISE.md for instructions.

The starting monolith component is in src/WitcherContractBoard.tsx. The reference solution is in solution/features/contracts/.