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 [email protected]:Pablorg99/typescript-kata-template.git Step 2. Install the dependencies (I use yarn) yarn install Step 3. Run the tests yarn test