Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 694 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 694 Bytes

KATA SKELETON DAN THE DEV - TYPESCRIPT VERSION

How to use the template

Create your own repository starting from the template here on GitHub - give a name meaningful for the Kata exercise. The only requirements on your computer are:

Then, clone it and install dependencies running the command make install from your terminal, in the root folder of the project. After dependencies are installed, you can run tests via make test.

From now on, you can start with the Kata. I suggest you refactor names at first: for example, for FizzBuzz kata, I renamed the classes to FizzBuzz and FizzBuzzTest.