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