Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulgreg/coding-dojo

To bootstrap a coding dojo (generated from https://github.com/francho/generator-javascript-kata)
https://github.com/paulgreg/coding-dojo

Last synced: about 2 months ago
JSON representation

To bootstrap a coding dojo (generated from https://github.com/francho/generator-javascript-kata)

Awesome Lists containing this project

README

        

# Base project to begin coding dojo

That project is a minimal project to begin a coding dojo in JavaScript, especially the [Roman Numerals](http://agilekatas.co.uk/katas/romannumerals-kata.html) one.

It uses karma (launcher), jasmine (test framework), chai (assertions lib) and phantomJS (test runner).

## To “play”

- `npm install`
- `npm test` to launch karma in TDD mode (no-single-run)
- `npm start` to launch karma in single run mode