/coding-dojo-template-typescript

A boilerplate project for coding dojo in TypeScript language

Primary LanguageTypeScriptMIT LicenseMIT

Coding Dojo Template in TypeScript language

Use this repository as a template for coding dojo project in TypeScript language and AVA test runner.

How to run it?

Fork given repository to your account and clone it locally.

$ git clone <your repository fork url> ./coding-dojo
$ cd coding-dojo
$ npm install

The repository is supplied with two testing commands:

  • Execute all tests in a single run
npm test
  • Watch tests for changes and rerun them
npm run test:watch

If you are interested in debugging your tests, please refer to debugging section of AVA readme.