A solution to the kata at https://codingdojo.org/kata/Yahtzee/
- Install node.js on your machine.
- At a command prompt, type
npm install
inside the project folder.
- At a command prompt, type
npm test
ornpm t
inside the project folder.
A solution to the kata at https://codingdojo.org/kata/Yahtzee/
npm install
inside the project folder.npm test
or npm t
inside the project folder.