/javascript-tdd-exercises

A repo of JavaScript TDD exercises, including ones done on the JavaScript TDD Twitch stream.

Primary LanguageJavaScript

JavaScript TDD Exercises

A repo of JavaScript TDD exercises, including ones done on the JavaScript TDD Twitch stream.

Adding an Exercise

To create a new project folder, use babelup:

$ babelup my-exercise-name

Then remove some files that aren't necessary because this is an exercise repo:

$ cd my-exercise-name
$ rm -fr .git .github

Edit the README.md, including removing the CI section.