/tdd-boilerplate

A boilerplate for es6 nodejs dev with gulp watchers, linters, tdd, coverage etc

Primary LanguageJavaScriptMIT LicenseMIT

Run the following commands to get the TDD environment up and running

vagrant up dev
vagrant ssh dev
cd /vagrant
gulp

Change a source file and check the result