Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/paulgreg/coding-dojo
- Owner: paulgreg
- License: mit
- Created: 2015-01-10T13:18:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:12:55.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T03:58:05.548Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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