Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 492 Bytes

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

Experiment TCR

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