/qualityfaster-old

The code behind the book

Primary LanguageJavaScript

Quality Faster

Pre-requisites

Install Meteor:

curl https://install.meteor.com/ | sh

Install Java 8 JDK from here (Must be the JDK, not the JRE)

Install Node v4.3 You might want to use NVM

nvm install v4.3
nvm use v4.3
npm install

Using Windows?

Run

Start Wallaby (use the .wallaby.js configuration)

open two terminals:

Run Meteor in Terminal 1:

npm run meteor

Once that has started:

Run Chimp in Terminal 2: (for OSX/Linux)

npm run chimp

Run Chimp in Terminal 2: (for Windows)

npm instal -g chimp
.scripts\run-chimp.bat

Do BDD with your team!