git clone [email protected]:voorhoede/code-class-preact.git
cd code-class-preact
npm ci
Run each exercise dev script with: npm run <number>
, for example the first exercise: npm run one
.
To get the solution for an exercise apply the solution patch file, for example for the first exercise:
git apply exercise-1/solution.patch