Here are my solutions to clean code katas, such as those in Agile Technical Practices Distilled.
git clone <REPO>yarn installyarn test # starts Jest watch modeThe solutions to some katas can be run in the terminal:
npm install -g ts-node
ts-node ./src/<KATA>/main.ts