Developing.md
January 25, 2017 · View on GitHub
Docs ▸ Development ▸ Developing d3Kit
One-time setup
-
Install node.js
-
Load development tool and javascript dependencies:
npm install
Test
# Run this command to test once.
npm run test
# Or run this command to test and retest when files are changed.
npm run tdd
Test coverage will be reported on the command line and also generated as html to coverage directory.