Code Kata TypeScript Template

This is a typescript template for code katas created by Pablo Rodríguez Guillén.

To use it follow these steps.

Step 1. Clone the repository

git clone git@github.com:Pablorg99/typescript-kata-template.git

Step 2. Install the dependencies (I use yarn)

yarn install

Step 3. Run the tests

yarn test

Experiment TCR

Install fswatch with brew install fswatch. Start the TCR loop with ./tcr-loop.sh