Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Example Task App

This optional starter app gives the lesson a concrete codebase when learners do not already have one. It intentionally does not include CSV export yet. The orchestration workflow can use docs/prd.md to plan and implement that feature.

Run tests

cd example-task-app
npm install
npm test